OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glyfTable
(Results
1 - 6
of
6
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
_h_h_e_a.py
45
glyfTable
= ttFont['glyf']
55
g =
glyfTable
[name]
61
g.recalcBounds(
glyfTable
)
_m_a_x_p.py
61
glyfTable
= ttFont['glyf']
64
self.numGlyphs = len(
glyfTable
)
78
g =
glyfTable
[glyphName]
91
nPoints, nContours, componentDepth = g.getCompositeMaxpValues(
glyfTable
)
_v_h_e_a.py
44
glyfTable
= ttFont['glyf']
52
g =
glyfTable
[name]
_g_l_y_f.py
217
def compact(self,
glyfTable
, recalcBBoxes=True):
218
data = self.compile(
glyfTable
, recalcBBoxes)
222
def expand(self,
glyfTable
):
233
self.decompileComponents(data,
glyfTable
)
237
def compile(self,
glyfTable
, recalcBBoxes=True):
243
self.recalcBounds(
glyfTable
)
246
data = data + self.compileComponents(
glyfTable
)
328
def getCompositeMaxpValues(self,
glyfTable
, maxComponentDepth=1):
333
baseGlyph =
glyfTable
[compo.glyphName]
340
glyfTable
, maxComponentDepth + 1
[
all
...]
/external/fonttools/Lib/fontTools/ttLib/
__init__.py
713
glyfTable
= self._ttFont['glyf']
714
glyph =
glyfTable
[self._glyphName]
724
coordinates, endPts, flags = glyph.getCoordinates(
glyfTable
)
/external/skia/src/ports/
SkFontHost_mac.cpp
[
all
...]
Completed in 69 milliseconds