Searched refs:cmb (Results 1 - 9 of 9) sorted by relevance

/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-shaper.cpp86 unsigned char cmb = attributes[gfrom+i].combiningClass; local
90 if (cmb < 200) {
97 if (cmb >= 27 && cmb <= 36 && offset < 3)
100 if ((cmb >= 10 && cmb <= 18) ||
101 cmb == 20 || cmb == 22 ||
102 cmb == 29 || cmb
279 int cmb; local
[all...]
H A Dharfbuzz-hebrew.c152 int cmb; local
154 HB_GetUnicodeCharProperties(uc[i], &category, &cmb);
164 attributes[slen].combiningClass = cmb;
H A Dharfbuzz-greek.c407 int cmb; local
409 HB_GetUnicodeCharProperties(uc[i], &category, &cmb);
419 attributes[slen].combiningClass = cmb;
/external/harfbuzz/src/
H A Dharfbuzz-shaper.cpp286 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
490 int cmb; local
[all...]
H A Dharfbuzz-hebrew.c152 int cmb; local
154 HB_GetUnicodeCharProperties(uc[i], &category, &cmb);
164 attributes[slen].combiningClass = cmb;
H A Dharfbuzz-greek.c407 int cmb; local
409 HB_GetUnicodeCharProperties(uc[i], &category, &cmb);
419 attributes[slen].combiningClass = cmb;
/external/sonivox/jet_tools/JetCreator/
H A DJetCtrls.py249 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
[all...]
H A DJetDialogs.py63 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)
/external/webkit/Source/WebCore/platform/qt/
H A DQtMobileWebStyle.cpp327 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 304 milliseconds