/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otTables.py | 61 startID = font.getGlyphID(start, requireReal=True) 66 endID = font.getGlyphID(end, requireReal=True) + 1 85 getGlyphID = font.getGlyphID 88 glyphIDs = [getGlyphID(glyphName) for glyphName in glyphs ] 150 inputGIDS = [ font.getGlyphID(name) for name in input ] 170 getGlyphID = font.getGlyphID 171 gidItems = [(getGlyphID(a), getGlyphID(b)) for a,b in items] 229 startID = font.getGlyphID(start, requireReal=True) 250 startID = font.getGlyphID(start, requireReal=True) 255 endID = font.getGlyphID(end, requireReal=True) + 1 [all …]
|
D | _k_e_r_n.py | 123 getGlyphID = ttFont.getGlyphID 124 …kernTable = sorted((getGlyphID(left), getGlyphID(right), value) for ((left,right),value) in self.k…
|
D | C_O_L_R_.py | 61 gid = ttFont.getGlyphID(glyphName) 72 layerMap.append(struct.pack(">HH", ttFont.getGlyphID(layer.name), layer.colorID)) 87 gid = ttFont.getGlyphID(glyphName)
|
D | sbixBitmap.py | 59 self.gid = struct.pack(">H", ttFont.getGlyphID(self.glyphName)) 99 self.imageData = struct.pack(">H", ttFont.getGlyphID(attrs["glyphname"]))
|
D | E_B_L_C_.py | 173 glyphIds = list(map(ttFont.getGlyphID, indexSubTable.names)) 362 glyphIds = map(ttFont.getGlyphID, self.names) 449 glyphIds = list(map(ttFont.getGlyphID, self.names)) 530 glyphIds = list(map(ttFont.getGlyphID, self.names)) 572 glyphIds = list(map(ttFont.getGlyphID, self.names)) 603 glyphIds = list(map(ttFont.getGlyphID, self.names))
|
D | L_T_S_H_.py | 35 yPels[ttFont.getGlyphID(name)] = self.yPels[name]
|
D | _c_m_a_p.py | 203 valueList = map(ttFont.getGlyphID, valueList) 409 gid = ttFont.getGlyphID(name) 730 gid = ttFont.getGlyphID(name) 853 valueList = map(ttFont.getGlyphID, valueList) 952 gid = ttFont.getGlyphID(name) 1216 gid = ttFont.getGlyphID(gname)
|
D | V_O_R_G_.py | 73 gid = ttFont.getGlyphID(glyphName)
|
D | E_B_D_T_.py | 715 curComponent.glyphCode = ttFont.getGlyphID(curComponent.name) 739 curComponent.glyphCode = ttFont.getGlyphID(curComponent.name)
|
D | otConverters.py | 163 value = font.getGlyphID(value)
|
D | _g_l_y_f.py | 142 def getGlyphID(self, glyphName): member in table__g_l_y_f 895 glyphID = glyfTable.getGlyphID(self.glyphName)
|
/external/icu/icu4c/source/layout/ |
D | LEGlyphStorage.cpp | 254 LEGlyphID LEGlyphStorage::getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const in getGlyphID() function in LEGlyphStorage 520 LEGlyphID holdGlyph = getGlyphID(fromPosition,success); in moveGlyph() 526 setGlyphID(i,getGlyphID(i+1,success),success); in moveGlyph() 532 setGlyphID(i,getGlyphID(i-1,success),success); in moveGlyph()
|
D | LEGlyphStorage.h | 276 LEGlyphID getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const;
|
D | IndicReordering.cpp | 1017 LEGlyphID tmpGlyph = glyphStorage.getGlyphID(i,success); in finalReordering() 1026 tmpGlyph = glyphStorage.getGlyphID(targetPosition,success); in finalReordering() 1041 tmpGlyph = glyphStorage.getGlyphID(targetPosition,success); in finalReordering()
|
/external/skia/src/fonts/ |
D | SkTestScalerContext.cpp | 121 glyph->fAdvanceX = fTestFont->fWidths[glyph->getGlyphID()]; in getAdvance() 130 glyph->fAdvanceX = fTestFont->fWidths[glyph->getGlyphID()]; in getMetrics() 135 *path = *fTestFont->fPaths[glyph.getGlyphID()]; in getPath()
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 1013 error = FT_Get_Advance( fFace, glyph->getGlyphID(), in generateAdvance() 1117 err = FT_Load_Glyph( fFace, glyph->getGlyphID(), fLoadGlyphFlags ); in generateMetrics() 1121 fFaceRec->fFontID, glyph->getGlyphID(), fLoadGlyphFlags, err)); in generateMetrics() 1206 …SkDEBUGF(("Metrics(glyph:%d flags:0x%x) w:%d\n", glyph->getGlyphID(), fLoadGlyphFlags, glyph->fWid… in generateMetrics() 1222 FT_Error err = FT_Load_Glyph(fFace, glyph.getGlyphID(), fLoadGlyphFlags); in generateImage() 1225 … glyph.getGlyphID(), glyph.fWidth, glyph.fHeight, glyph.rowBytes(), fLoadGlyphFlags, err)); in generateImage() 1249 FT_Error err = FT_Load_Glyph( fFace, glyph.getGlyphID(), flags); in generatePath() 1253 glyph.getGlyphID(), flags, err)); in generatePath()
|
D | SkScalerContext_win_dw.cpp | 334 uint16_t glyphId = glyph->getGlyphID(); in generateAdvance() 386 UINT16 glyphId = glyph->getGlyphID(); in getBoundingBox() 639 UINT16 index = glyph.getGlyphID(); in drawDWMask() 732 uint16_t glyphId = glyph.getGlyphID(); in generatePath()
|
D | SkFontHost_win.cpp | 517 uint16_t glyphID = glyph.getGlyphID(); in draw() 844 WORD glyphs = glyph->getGlyphID(); in generateMetrics() 882 UINT glyphId = glyph->getGlyphID(); in generateMetrics() 1593 …DWORD total_size = GetGlyphOutlineW(fDDC, glyph.getGlyphID(), flags, &gm, BUFFERSIZE, glyphbuf->ge… in getGDIGlyphPath() 1600 total_size = GetGlyphOutlineW(fDDC, glyph.getGlyphID(), flags, &gm, 0, NULL, &fMat22); in getGDIGlyphPath() 1603 total_size = GetGlyphOutlineW(fDDC, glyph.getGlyphID(), flags, &gm, 0, NULL, &fMat22); in getGDIGlyphPath() 1613 …DWORD ret = GetGlyphOutlineW(fDDC, glyph.getGlyphID(), flags, &gm, total_size, glyphbuf->get(), &f… in getGDIGlyphPath() 1616 …ret = GetGlyphOutlineW(fDDC, glyph.getGlyphID(), flags, &gm, total_size, glyphbuf->get(), &fMat22); in getGDIGlyphPath()
|
D | SkFontHost_mac.cpp | 1013 const CGGlyph cgGlyph = (CGGlyph) glyph->getGlyphID(); in generateMetrics() 1237 CGGlyph cgGlyph = (CGGlyph) glyph.getGlyphID(); in generateImage() 1365 CGGlyph cgGlyph = (CGGlyph)glyph.getGlyphID(); in generatePath()
|
/external/skia/src/core/ |
D | SkGlyph.h | 91 uint16_t getGlyphID() const { in getGlyphID() function
|
D | SkGlyphCache.cpp | 171 return fGlyphArray[rec.fGlyphIndex].getGlyphID(); in unicharToGlyph()
|
/external/fonttools/Lib/fontTools/ttLib/ |
D | __init__.py | 557 def getGlyphID(self, glyphName, requireReal=False): member in TTFont 565 return self.getGlyphID(glyphName) 597 return self.getGlyphID(glyphName)
|
/external/skia/src/gpu/ |
D | GrAtlasTextContext.cpp | 874 GrGlyph::Pack(glyph.getGlyphID(), in internalDrawBMPText() 944 GrGlyph::Pack(glyph.getGlyphID(), in internalDrawBMPPosText() 982 GrGlyph::Pack(glyph.getGlyphID(), in internalDrawBMPPosText() 1010 GrGlyph::Pack(glyph.getGlyphID(), in internalDrawBMPPosText() 1038 GrGlyph::Pack(glyph.getGlyphID(), in internalDrawBMPPosText() 1167 GrGlyph::Pack(glyph.getGlyphID(), in internalDrawDFPosText() 1200 GrGlyph::Pack(glyph.getGlyphID(), in internalDrawDFPosText()
|
D | GrStencilAndCoverTextContext.cpp | 419 fGlyphIndices[index] = glyph.getGlyphID(); in appendGlyph()
|
/external/skia/src/device/xps/ |
D | SkXPSDevice.cpp | 2063 uint16_t glyphID = skGlyph.getGlyphID(); in xps_draw_1_glyph()
|