HomeSort by relevance Sort by last modified time
    Searched defs:rect (Results 1 - 3 of 3) sorted by null

  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/beos/
SunPinyinStandalone.cpp 132 BRect rect = Bounds(); local
133 BView *topView = new BView(rect, NULL, B_FOLLOW_ALL, 0);
137 rect.bottom = 50;
138 BBox *box = new BBox(rect, NULL, B_FOLLOW_LEFT_RIGHT);
140 BTextView *textView = new BTextView(rect.OffsetToCopy(B_ORIGIN).InsetBySelf(5, 15), "Preedit",
141 rect.OffsetToCopy(B_ORIGIN).InsetBySelf(5, 15).OffsetToSelf(B_ORIGIN),
148 rect.OffsetBy(0, 50);
149 box = new BBox(rect, NULL, B_FOLLOW_LEFT_RIGHT);
151 BStringView *strView = new BStringView(rect.OffsetToCopy(B_ORIGIN).InsetBySelf(5, 15), "Candidates",
156 rect.OffsetBy(0, 50)
    [all...]
  /nv-g11n/inputmethod/sunpinyin2/wrapper/beos/
SunPinyinStandalone.cpp 132 BRect rect = Bounds(); local
133 BView *topView = new BView(rect, NULL, B_FOLLOW_ALL, 0);
137 rect.bottom = 50;
138 BBox *box = new BBox(rect, NULL, B_FOLLOW_LEFT_RIGHT);
140 BTextView *textView = new BTextView(rect.OffsetToCopy(B_ORIGIN).InsetBySelf(5, 15), "Preedit",
141 rect.OffsetToCopy(B_ORIGIN).InsetBySelf(5, 15).OffsetToSelf(B_ORIGIN),
148 rect.OffsetBy(0, 50);
149 box = new BBox(rect, NULL, B_FOLLOW_LEFT_RIGHT);
151 BStringView *strView = new BStringView(rect.OffsetToCopy(B_ORIGIN).InsetBySelf(5, 15), "Candidates",
156 rect.OffsetBy(0, 50)
    [all...]
  /nv-g11n/g11n/src/cmd/fsexam/src/
fsexam-ui.c 2350 PangoRectangle rect; local
    [all...]

Completed in 5579 milliseconds