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

  /external/fonttools/Lib/fontTools/ttLib/tables/
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
    [all...]
sbixBitmap.py 59 self.gid = struct.pack(">H", ttFont.getGlyphID(self.glyphName))
99 self.imageData = struct.pack(">H", ttFont.getGlyphID(attrs["glyphname"]))
L_T_S_H_.py 35 yPels[ttFont.getGlyphID(name)] = self.yPels[name]
_k_e_r_n.py 123 getGlyphID = ttFont.getGlyphID
124 kernTable = sorted((getGlyphID(left), getGlyphID(right), value) for ((left,right),value) in self.kernTable.items())
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)
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))
V_O_R_G_.py 73 gid = ttFont.getGlyphID(glyphName)
_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)
    [all...]
E_B_D_T_.py 715 curComponent.glyphCode = ttFont.getGlyphID(curComponent.name)
739 curComponent.glyphCode = ttFont.getGlyphID(curComponent.name)
otConverters.py 163 value = font.getGlyphID(value)
_g_l_y_f.py 142 def getGlyphID(self, glyphName):
895 glyphID = glyfTable.getGlyphID(self.glyphName)
  /external/chromium_org/third_party/skia/src/core/
SkGlyph.h 77 uint16_t getGlyphID() const {
SkGlyphCache.cpp 152 return rec.fGlyph->getGlyphID();
  /external/chromium_org/third_party/skia/src/gpu/
GrStencilAndCoverTextContext.cpp 111 this->appendGlyph(glyph.getGlyphID(), SkFixedToScalar(fx), SkFixedToScalar(fy));
157 this->appendGlyph(glyph.getGlyphID(), *pos);
167 this->appendGlyph(glyph.getGlyphID(), pos[0], pos[1]);
184 this->appendGlyph(glyph.getGlyphID(), loc.x(), loc.y());
GrBitmapTextContext.cpp 256 this->drawPackedGlyph(GrGlyph::Pack(glyph.getGlyphID(),
330 this->drawPackedGlyph(GrGlyph::Pack(glyph.getGlyphID(),
363 this->drawPackedGlyph(GrGlyph::Pack(glyph.getGlyphID(),
386 this->drawPackedGlyph(GrGlyph::Pack(glyph.getGlyphID(),
409 this->drawPackedGlyph(GrGlyph::Pack(glyph.getGlyphID(),
GrDistanceFieldTextContext.cpp 595 this->drawPackedGlyph(GrGlyph::Pack(glyph.getGlyphID(),
644 this->drawPackedGlyph(GrGlyph::Pack(glyph.getGlyphID(),
663 this->drawPackedGlyph(GrGlyph::Pack(glyph.getGlyphID(),
  /external/icu/icu4c/source/layout/
LEGlyphStorage.cpp 254 LEGlyphID LEGlyphStorage::getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const
520 LEGlyphID holdGlyph = getGlyphID(fromPosition,success);
526 setGlyphID(i,getGlyphID(i+1,success),success);
532 setGlyphID(i,getGlyphID(i-1,success),success);
LEGlyphStorage.h 276 LEGlyphID getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const;
IndicReordering.cpp     [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp     [all...]
SkScalerContext_win_dw.cpp 362 uint16_t glyphId = glyph->getGlyphID();
414 UINT16 glyphId = glyph->getGlyphID();
678 UINT16 index = glyph.getGlyphID();
769 uint16_t glyphId = glyph.getGlyphID();
SkFontHost_mac.cpp     [all...]
SkFontHost_win.cpp 533 uint16_t glyphID = glyph.getGlyphID();
877 WORD glyphs = glyph->getGlyphID();
915 UINT glyphId = glyph->getGlyphID();
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 557 def getGlyphID(self, glyphName, requireReal=False):
565 return self.getGlyphID(glyphName)
597 return self.getGlyphID(glyphName)
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp     [all...]

Completed in 247 milliseconds