Searched refs:cmb (Results 1 – 7 of 7) sorted by relevance
/external/harfbuzz/src/ |
D | harfbuzz-shaper.cpp | 286 unsigned char cmb = attributes[gfrom+i].combiningClass; in positionCluster() local 290 if (cmb < 200) { in positionCluster() 297 if (cmb >= 27 && cmb <= 36 && offset < 3) in positionCluster() 300 if ((cmb >= 10 && cmb <= 18) || in positionCluster() 301 cmb == 20 || cmb == 22 || in positionCluster() 302 cmb == 29 || cmb == 32) in positionCluster() 303 cmb = HB_Combining_Below; in positionCluster() 305 else if (cmb == 23 || cmb == 27 || cmb == 28 || in positionCluster() 306 cmb == 30 || cmb == 31 || (cmb >= 33 && cmb <= 36)) in positionCluster() 307 cmb = HB_Combining_Above; in positionCluster() [all …]
|
D | harfbuzz-hebrew.c | 152 int cmb; in HB_HebrewShape() local 154 HB_GetUnicodeCharProperties(uc[i], &category, &cmb); in HB_HebrewShape() 164 attributes[slen].combiningClass = cmb; in HB_HebrewShape()
|
D | harfbuzz-greek.c | 407 int cmb; in HB_GreekShape() local 409 HB_GetUnicodeCharProperties(uc[i], &category, &cmb); in HB_GreekShape() 419 attributes[slen].combiningClass = cmb; in HB_GreekShape()
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCtrls.py | 249 …self.cmb = wx.ComboBox(parent, id, "", pos=(pos[0]-MacOffset(),pos[1]), size=(w, -1), style=wx.CB_… 250 … 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 …]
|
D | JetDialogs.py | 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/ |
D | QtMobileWebStyle.cpp | 327 const QStyleOptionComboBox* cmb = 0; in drawComplexControl() local 332 cmb = webCombo; in drawComplexControl() 334 cmb = qstyleoption_cast<const QStyleOptionComboBox*>(option); in drawComplexControl() 336 if (!cmb) { in drawComplexControl() 341 if (!(cmb->subControls & SC_ComboBoxArrow)) in drawComplexControl() 362 rect = subControlRect(CC_ComboBox, cmb, SC_ComboBoxArrow, widget); in drawComplexControl()
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 48451 http://www.ic.gc.ca/cmb/welcomeic.nsf/0/85256a220056c2a485256a2300603145?OpenDocument
|