HomeSort by relevance Sort by last modified time
    Searched defs:numGlyphs (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_maxp_CFF.h 20 SK_OT_USHORT numGlyphs;
27 SK_COMPILE_ASSERT(offsetof(SkOTTableMaximumProfile_CFF, numGlyphs) == 4, SkOTTableHead_glyphDataFormat_not_at_2);
SkOTTable_maxp_TT.h 21 SK_OT_USHORT numGlyphs;
  /external/skia/src/sfnt/
SkOTTable_maxp_CFF.h 20 SK_OT_USHORT numGlyphs;
27 SK_COMPILE_ASSERT(offsetof(SkOTTableMaximumProfile_CFF, numGlyphs) == 4, SkOTTableHead_glyphDataFormat_not_at_2);
SkOTTable_maxp_TT.h 21 SK_OT_USHORT numGlyphs;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-maxp-table.hh 47 return numGlyphs;
60 USHORT numGlyphs; /* The number of glyphs in the font. */
  /external/harfbuzz_ng/src/
hb-ot-maxp-table.hh 47 return numGlyphs;
60 USHORT numGlyphs; /* The number of glyphs in the font. */
  /external/chromium_org/third_party/ots/test/
idempotent.cc 126 size_t numGlyphs = CGFontGetNumberOfGlyphs(cgFontRef);
128 if (!numGlyphs) {
  /external/chromium_org/third_party/skia/src/ports/
SkHarfBuzzFont.cpp 33 int numGlyphs = paint.textToGlyphs(characters, length * sizeof(uint16_t),
38 for (int i = numGlyphs - 1; i >= 0; --i) {
45 *glyphsSize = numGlyphs;
50 hb_uint32 numGlyphs, HB_Fixed* advances, int flags) {
57 SkAutoMalloc storage(numGlyphs * (sizeof(SkScalar) + sizeof(uint16_t)));
59 uint16_t* glyphs16 = reinterpret_cast<uint16_t*>(scalarWidths + numGlyphs);
62 for (hb_uint32 i = 0; i < numGlyphs; ++i) {
65 paint.getTextWidths(glyphs16, numGlyphs * sizeof(uint16_t), scalarWidths);
67 for (hb_uint32 i = 0; i < numGlyphs; ++i) {
SkFontHost_mac.cpp 679 * less than its maxp::numGlyphs. When this is the case we try to read the bounds from the
736 CFIndex numGlyphs = CTFontGetGlyphCount(ctFont);
737 SkASSERT(numGlyphs >= 1 && numGlyphs <= 0xFFFF);
738 fGlyphCount = SkToU16(numGlyphs);
    [all...]
  /external/skia/src/ports/
SkHarfBuzzFont.cpp 33 int numGlyphs = paint.textToGlyphs(characters, length * sizeof(uint16_t),
38 for (int i = numGlyphs - 1; i >= 0; --i) {
45 *glyphsSize = numGlyphs;
50 hb_uint32 numGlyphs, HB_Fixed* advances, int flags) {
57 SkAutoMalloc storage(numGlyphs * (sizeof(SkScalar) + sizeof(uint16_t)));
59 uint16_t* glyphs16 = reinterpret_cast<uint16_t*>(scalarWidths + numGlyphs);
62 for (hb_uint32 i = 0; i < numGlyphs; ++i) {
65 paint.getTextWidths(glyphs16, numGlyphs * sizeof(uint16_t), scalarWidths);
67 for (hb_uint32 i = 0; i < numGlyphs; ++i) {
SkFontHost_mac.cpp 679 * less than its maxp::numGlyphs. When this is the case we try to read the bounds from the
736 CFIndex numGlyphs = CTFontGetGlyphCount(ctFont);
737 SkASSERT(numGlyphs >= 1 && numGlyphs <= 0xFFFF);
738 fGlyphCount = SkToU16(numGlyphs);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
HarfBuzzShaper.h 85 unsigned numGlyphs() const { return m_numGlyphs; }
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
UniscribeHelper.cpp 592 int numGlyphs,
620 shaping.m_glyphs.resize(numGlyphs);
621 shaping.m_visualAttributes.resize(numGlyphs);
623 glyphProps.resize(numGlyphs);
657 input, itemLength, numGlyphs,
670 numGlyphs, &run.a,
681 numGlyphs *= 2;
    [all...]
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 132 le_uint16 numGlyphs;
178 // le_int16 leftSideBearing[ANY_NUMBER]; // ANY_NUMBER = numGlyphs - numOfLongHorMetrics
227 le_uint16 numGlyphs;
sfnt.h 302 le_uint16 numGlyphs;
360 /* le_int16 leftSideBearing[ANY_NUMBER]; ANY_NUMBER = numGlyphs - numOfLongHorMetrics */
  /external/icu4c/samples/layout/
sfnt.h 169 le_uint16 numGlyphs;
215 // le_int16 leftSideBearing[ANY_NUMBER]; // ANY_NUMBER = numGlyphs - numOfLongHorMetrics
  /external/icu4c/test/letest/
FontObject.h 132 le_uint16 numGlyphs;
178 // le_int16 leftSideBearing[ANY_NUMBER]; // ANY_NUMBER = numGlyphs - numOfLongHorMetrics
227 le_uint16 numGlyphs;
sfnt.h 302 le_uint16 numGlyphs;
360 /* le_int16 leftSideBearing[ANY_NUMBER]; ANY_NUMBER = numGlyphs - numOfLongHorMetrics */
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 659 unsigned int numGlyphs;
660 hb_glyph_info_t* info = hb_buffer_get_glyph_infos(buffer, &numGlyphs);
662 ALOGD(" -- glyphs count=%d", numGlyphs);
663 for (size_t i = 0; i < numGlyphs; i++) {
731 unsigned int numGlyphs;
732 hb_glyph_info_t* info = hb_buffer_get_glyph_infos(mBuffer, &numGlyphs);
738 ALOGD(" -- num_glyph = %d", numGlyphs);
745 for (size_t i = 0; i < numGlyphs; i++) {
821 unsigned int numGlyphs;
822 hb_glyph_info_t* info = hb_buffer_get_glyph_infos(mBuffer, &numGlyphs);
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
tttables.h 475 /* numGlyphs :: The number of glyphs in this TrueType */
531 FT_UShort numGlyphs;
    [all...]
  /external/freetype/include/freetype/
tttables.h 475 /* numGlyphs :: The number of glyphs in this TrueType */
531 FT_UShort numGlyphs;
    [all...]
  /external/harfbuzz_ng/src/hb-icu-le/
sfnt.h 305 le_uint16 numGlyphs;
363 /* le_int16 leftSideBearing[ANY_NUMBER]; ANY_NUMBER = numGlyphs - numOfLongHorMetrics */
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp 120 size_t numGlyphs = paint.textToGlyphs(text, len, NULL);
121 storage->reset(numGlyphs);
124 return numGlyphs;
129 size_t numGlyphs = len / 2;
135 for (validated = 0; validated < numGlyphs; ++validated) {
140 if (validated >= numGlyphs) {
142 return numGlyphs;
146 storage->reset(numGlyphs);
151 for (size_t i = validated; i < numGlyphs; ++i) {
158 return numGlyphs;
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 137 size_t numGlyphs = paint.textToGlyphs(text, len, NULL);
138 storage->reset(numGlyphs);
141 return numGlyphs;
146 size_t numGlyphs = len / 2;
152 for (validated = 0; validated < numGlyphs; ++validated) {
157 if (validated >= numGlyphs) {
159 return numGlyphs;
163 storage->reset(numGlyphs);
168 for (size_t i = validated; i < numGlyphs; ++i) {
175 return numGlyphs;
    [all...]

Completed in 1073 milliseconds