Home
last modified time | relevance | path

Searched refs:getGlyphID (Results 1 – 25 of 26) sorted by relevance

12

/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py61 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.py123 getGlyphID = ttFont.getGlyphID
124 …kernTable = sorted((getGlyphID(left), getGlyphID(right), value) for ((left,right),value) in self.k…
DC_O_L_R_.py61 gid = ttFont.getGlyphID(glyphName)
72 layerMap.append(struct.pack(">HH", ttFont.getGlyphID(layer.name), layer.colorID))
87 gid = ttFont.getGlyphID(glyphName)
DsbixBitmap.py59 self.gid = struct.pack(">H", ttFont.getGlyphID(self.glyphName))
99 self.imageData = struct.pack(">H", ttFont.getGlyphID(attrs["glyphname"]))
DE_B_L_C_.py173 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))
DL_T_S_H_.py35 yPels[ttFont.getGlyphID(name)] = self.yPels[name]
D_c_m_a_p.py203 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)
DV_O_R_G_.py73 gid = ttFont.getGlyphID(glyphName)
DE_B_D_T_.py715 curComponent.glyphCode = ttFont.getGlyphID(curComponent.name)
739 curComponent.glyphCode = ttFont.getGlyphID(curComponent.name)
DotConverters.py163 value = font.getGlyphID(value)
D_g_l_y_f.py142 def getGlyphID(self, glyphName): member in table__g_l_y_f
895 glyphID = glyfTable.getGlyphID(self.glyphName)
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DClassTable.java30 public int getGlyphID() in getGlyphID() method in ClassTable.ClassEntry
176 int startID = classTable[startIndex].getGlyphID(); in writeClassTable()
183 if (classTable[endIndex].getGlyphID() != nextID || in writeClassTable()
232 writer.writeData(classTable[i].getGlyphID()); in writeLookupSubtable()
/external/icu/icu4c/source/layout/
DLEGlyphStorage.cpp254 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()
DLEGlyphStorage.h276 LEGlyphID getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const;
DIndicReordering.cpp1017 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/
DSkTestScalerContext.cpp123 glyph->fAdvanceX = fTestFont->fWidths[glyph->getGlyphID()]; in getAdvance()
132 glyph->fAdvanceX = fTestFont->fWidths[glyph->getGlyphID()]; in getMetrics()
137 *path = *fTestFont->fPaths[glyph.getGlyphID()]; in getPath()
DSkRandomScalerContext.cpp64 switch (glyph->getGlyphID() % 4) { in generateMetrics()
136 switch (glyph.getGlyphID() % 4) { in generateImage()
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp349 uint16_t glyphId = glyph->getGlyphID(); in generateAdvance()
406 UINT16 glyphId = glyph->getGlyphID(); in getBoundingBox()
663 UINT16 index = glyph.getGlyphID(); in drawDWMask()
763 uint16_t glyphId = glyph.getGlyphID(); in generatePath()
DSkFontHost_FreeType.cpp1023 error = FT_Get_Advance( fFace, glyph->getGlyphID(), in generateAdvance()
1128 err = FT_Load_Glyph( fFace, glyph->getGlyphID(), fLoadGlyphFlags ); in generateMetrics()
1213 …SkDEBUGF(("Metrics(glyph:%d flags:0x%x) w:%d\n", glyph->getGlyphID(), fLoadGlyphFlags, glyph->fWid… in generateMetrics()
1229 FT_Error err = FT_Load_Glyph(fFace, glyph.getGlyphID(), fLoadGlyphFlags); in generateImage()
1232 … glyph.getGlyphID(), glyph.fWidth, glyph.fHeight, glyph.rowBytes(), fLoadGlyphFlags, err)); in generateImage()
1256 FT_Error err = FT_Load_Glyph( fFace, glyph.getGlyphID(), flags); in generatePath()
1260 glyph.getGlyphID(), flags, err)); in generatePath()
DSkFontHost_win.cpp519 uint16_t glyphID = glyph.getGlyphID(); in draw()
846 WORD glyphs = glyph->getGlyphID(); in generateMetrics()
884 UINT glyphId = glyph->getGlyphID(); in generateMetrics()
1590 …DWORD total_size = GetGlyphOutlineW(fDDC, glyph.getGlyphID(), flags, &gm, BUFFERSIZE, glyphbuf->ge… in getGDIGlyphPath()
1597 total_size = GetGlyphOutlineW(fDDC, glyph.getGlyphID(), flags, &gm, 0, nullptr, &fMat22); in getGDIGlyphPath()
1600 … total_size = GetGlyphOutlineW(fDDC, glyph.getGlyphID(), flags, &gm, 0, nullptr, &fMat22); in getGDIGlyphPath()
1610 …DWORD ret = GetGlyphOutlineW(fDDC, glyph.getGlyphID(), flags, &gm, total_size, glyphbuf->get(), &f… in getGDIGlyphPath()
1613 …ret = GetGlyphOutlineW(fDDC, glyph.getGlyphID(), flags, &gm, total_size, glyphbuf->get(), &fMat22); in getGDIGlyphPath()
DSkFontHost_mac.cpp1030 const CGGlyph cgGlyph = (CGGlyph) glyph->getGlyphID(); in generateMetrics()
1250 CGGlyph cgGlyph = (CGGlyph) glyph.getGlyphID(); in generateImage()
1375 CGGlyph cgGlyph = (CGGlyph)glyph.getGlyphID(); in generatePath()
/external/skia/src/core/
DSkGlyph.h109 uint16_t getGlyphID() const { in getGlyphID() function
/external/fonttools/Lib/fontTools/ttLib/
D__init__.py557 def getGlyphID(self, glyphName, requireReal=False): member in TTFont
565 return self.getGlyphID(glyphName)
597 return self.getGlyphID(glyphName)
/external/skia/src/gpu/text/
DGrTextUtils.cpp130 GrGlyph::PackedID id = GrGlyph::Pack(skGlyph.getGlyphID(), in BmpAppendGlyph()
433 GrGlyph::PackedID id = GrGlyph::Pack(skGlyph.getGlyphID(), in DfAppendGlyph()
DGrStencilAndCoverTextContext.cpp560 fallback->appendGlyph(glyph.getGlyphID(), pos); in appendGlyph()
562 fInstanceData->append(glyph.getGlyphID(), fTextInverseRatio * pos.x(), in appendGlyph()

12