HomeSort by relevance Sort by last modified time
    Searched refs:cmb (Results 1 - 6 of 6) sorted by null

  /external/harfbuzz/src/
harfbuzz-shaper.cpp 286 unsigned char cmb = attributes[gfrom+i].combiningClass; local
290 if (cmb < 200) {
297 if (cmb >= 27 && cmb <= 36 && offset < 3)
300 if ((cmb >= 10 && cmb <= 18) ||
301 cmb == 20 || cmb == 22 ||
302 cmb == 29 || cmb == 32
490 int cmb; local
    [all...]
harfbuzz-hebrew.c 152 int cmb; local
154 HB_GetUnicodeCharProperties(uc[i], &category, &cmb);
164 attributes[slen].combiningClass = cmb;
harfbuzz-greek.c 407 int cmb; local
409 HB_GetUnicodeCharProperties(uc[i], &category, &cmb);
419 attributes[slen].combiningClass = cmb;
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 249 self.cmb = wx.ComboBox(parent, id, "", pos=(pos[0]-MacOffset(),pos[1]), size=(w, -1), style=wx.CB_DROPDOWN)
250 self.btn = wx.Button(parent, -1, "...", pos=(col, pos[1]+MacOffset()), size=(BUTWIDTH,self.cmb.GetSize()[1]))
268 self.cmb.SetValue(val)
271 SendEvent(self.cmb, wx.EVT_COMBOBOX.evtType[0])
278 return StrNoneChk(self.cmb.GetValue())
282 self.cmb.SetValue(val)
288 self.cmb.Append(val)
293 self.cmb.SetFocus()
296 self.cmb.AppendItems(list)
299 self.cmb.Enable(enable)
    [all...]
JetDialogs.py 63 elif Text[0:3] == "cmb":
278 self.je.ctrls[JetDefs.F_MIDIFILE].cmb.Bind(wx.EVT_KILL_FOCUS, self.OnMidiChanged)
279 self.je.ctrls[JetDefs.F_MIDIFILE].cmb.Bind(wx.EVT_COMBOBOX, self.OnMidiChanged)
    [all...]
  /external/webkit/Source/WebCore/platform/qt/
QtMobileWebStyle.cpp 327 const QStyleOptionComboBox* cmb = 0; local
332 cmb = webCombo;
334 cmb = qstyleoption_cast<const QStyleOptionComboBox*>(option);
336 if (!cmb) {
341 if (!(cmb->subControls & SC_ComboBoxArrow))
362 rect = subControlRect(CC_ComboBox, cmb, SC_ComboBoxArrow, widget);

Completed in 206 milliseconds