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

1 2 3

  /external/harfbuzz_ng/src/
hb-ot-maxp-table.hh 48 return numGlyphs;
63 USHORT numGlyphs; /* The number of glyphs in the font. */
  /external/skia/src/sfnt/
SkOTTable_maxp_CFF.h 20 SK_OT_USHORT numGlyphs;
27 static_assert(offsetof(SkOTTableMaximumProfile_CFF, numGlyphs) == 4, "SkOTTableMaximumProfile_CFF_numGlyphs_not_at_4");
SkOTTable_maxp_TT.h 21 SK_OT_USHORT numGlyphs;
SkOTTable_EBLC.h 123 SK_OT_ULONG numGlyphs;
127 }; //glyphArray[numGlyphs+1]
135 SK_OT_ULONG numGlyphs;
136 //SK_OT_USHORT glyphCodeArray[numGlyphs] //must have even number of entries (set pad to 0)
  /external/fonttools/Lib/fontTools/ttLib/tables/
L_T_S_H_.py 15 version, numGlyphs = struct.unpack(">HH", data[:4])
18 assert (len(data) % numGlyphs) < 4, "numGlyphs doesn't match data length"
20 #assert numGlyphs == ttFont['maxp'].numGlyphs
24 for i in range(numGlyphs):
30 numGlyphs = len(names)
31 yPels = [0] * numGlyphs
33 #assert len(self.yPels) == ttFont['maxp'].numGlyphs == numGlyphs
    [all...]
_p_o_s_t.py 73 self.glyphOrder = standardGlyphOrder[:ttFont["maxp"].numGlyphs]
76 numGlyphs, = struct.unpack(">H", data[:2])
77 numGlyphs = int(numGlyphs)
78 if numGlyphs > ttFont['maxp'].numGlyphs:
79 # Assume the numGlyphs field is bogus, so sync with maxp.
83 numGlyphs = ttFont['maxp'].numGlyphs
86 indices.fromstring(data[:2*numGlyphs])
    [all...]
T_S_I__5.py 12 numGlyphs = ttFont['maxp'].numGlyphs
13 assert len(data) == 2 * numGlyphs
19 for i in range(numGlyphs):
_h_d_m_x.py 16 numGlyphs = ttFont['maxp'].numGlyphs
24 for glyphID in range(numGlyphs):
32 numGlyphs = ttFont['maxp'].numGlyphs
34 self.recordSize = 4 * ((2 + numGlyphs + 3) // 4)
35 pad = (self.recordSize - 2 - numGlyphs) * b"\0"
T_S_I__0.py 17 numGlyphs = ttFont['maxp'].numGlyphs
20 for i in range(numGlyphs + 5):
_h_m_t_x.py 18 numGlyphs = ttFont['maxp'].numGlyphs
20 if numberOfMetrics > numGlyphs:
21 numberOfMetrics = numGlyphs # We warn later.
27 numberOfSideBearings = numGlyphs - numberOfMetrics
_m_a_x_p.py 10 numGlyphs: H
37 self.numGlyphs = int(self.numGlyphs)
48 self.numGlyphs = len(ttFont.getGlyphOrder())
64 self.numGlyphs = len(glyfTable)
_l_o_c_a.py 27 if len(locations) < (ttFont['maxp'].numGlyphs + 1):
28 warnings.warn("corrupt 'loca' table, or wrong numGlyphs in 'maxp': %d %d" % (len(locations) - 1, ttFont['maxp'].numGlyphs))
  /frameworks/base/libs/hwui/font/
Font.h 85 int numGlyphs, int x, int y, const float* positions);
88 int numGlyphs, const SkPath* path, float hOffset, float vOffset);
113 void precache(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs);
116 int numGlyphs, int x, int y, RenderMode mode, uint8_t *bitmap,
120 int numGlyphs, Rect *bounds, const float* positions);
Font.cpp 295 int numGlyphs, int x, int y, const float* positions) {
296 render(paint, glyphs, numGlyphs, x, y, FRAMEBUFFER, nullptr,
300 void Font::render(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs,
302 if (numGlyphs == 0 || glyphs == nullptr) {
318 float textWidth = SkScalarToFloat(paint->measureText(glyphs, numGlyphs * 2));
327 while (glyphsCount < numGlyphs && penX < pathLength) {
349 int numGlyphs, Rect *bounds, const float* positions) {
355 render(paint, glyphs, numGlyphs, 0, 0, MEASURE, nullptr, 0, 0, bounds, positions);
358 void Font::precache(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs) {
359 if (numGlyphs == 0 || glyphs == nullptr)
    [all...]
  /external/skia/src/pdf/
SkPDFFont.h 28 void set(const uint16_t* glyphIDs, int numGlyphs);
64 int numGlyphs);
116 * @param numGlyphs The number of input glyphs.
119 int glyphsToPDFFontEncoding(uint16_t* glyphIDs, int numGlyphs);
  /external/icu/icu4c/source/test/letest/
FontObject.cpp 18 headTable(NULL), hmtxTable(NULL), numGlyphs(0), numOfLongHorMetrics(0), file(NULL)
217 numGlyphs = SWAPW(maxpTable->numGlyphs);
229 if (glyph >= numGlyphs) {
FontObject.h 132 le_uint16 numGlyphs;
178 // le_int16 leftSideBearing[ANY_NUMBER]; // ANY_NUMBER = numGlyphs - numOfLongHorMetrics
227 le_uint16 numGlyphs;
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.cpp 18 headTable(NULL), hmtxTable(NULL), numGlyphs(0), numOfLongHorMetrics(0), file(NULL)
217 numGlyphs = SWAPW(maxpTable->numGlyphs);
229 if (glyph >= numGlyphs) {
FontObject.h 132 le_uint16 numGlyphs;
178 // le_int16 leftSideBearing[ANY_NUMBER]; // ANY_NUMBER = numGlyphs - numOfLongHorMetrics
227 le_uint16 numGlyphs;
  /frameworks/base/libs/hwui/
FontRenderer.h 111 void precache(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs, const SkMatrix& matrix);
115 int numGlyphs, int x, int y, const float* positions,
119 int numGlyphs, const SkPath* path,
132 DropShadow renderDropShadow(const SkPaint* paint, const glyph_t *glyphs, int numGlyphs,
TextDropShadowCache.cpp 148 ShadowTexture* TextDropShadowCache::get(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs,
150 ShadowText entry(paint, radius, numGlyphs, glyphs, positions);
156 FontRenderer::DropShadow shadow = mRenderer->renderDropShadow(&paintCopy, glyphs, numGlyphs,
  /frameworks/av/cmds/screenrecord/
TextRenderer.cpp 36 uint32_t TextRenderer::mXOffset[FontBitmap::numGlyphs];
52 for (unsigned int i = 0; i < FontBitmap::numGlyphs; i++) {
162 if (chi >= FontBitmap::numGlyphs) {
165 assert(chi < FontBitmap::numGlyphs);
  /external/freetype/src/sfnt/
ttpost.c 179 if ( num_glyphs > face->max_profile.numGlyphs )
329 if ( num_glyphs > face->max_profile.numGlyphs || num_glyphs > 258 )
496 if ( idx >= (FT_UInt)face->max_profile.numGlyphs )
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttpost.c 179 if ( num_glyphs > face->max_profile.numGlyphs )
329 if ( num_glyphs > face->max_profile.numGlyphs || num_glyphs > 258 )
496 if ( idx >= (FT_UInt)face->max_profile.numGlyphs )
  /external/pdfium/third_party/freetype/src/sfnt/
ttpost.c 179 if ( num_glyphs > face->max_profile.numGlyphs )
329 if ( num_glyphs > face->max_profile.numGlyphs || num_glyphs > 258 )
496 if ( idx >= (FT_UInt)face->max_profile.numGlyphs )

Completed in 320 milliseconds

1 2 3