/external/icu/icu4c/source/test/perf/leperf/ |
sfnt.h | 236 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding 245 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
|
/external/sfntly/cpp/src/sample/subtly/ |
font_info.cc | 156 fprintf(stderr, "Error resolving composite glyphs.\n"); 201 // create two sets, |unresolved_glyph_ids| for the unresolved glyphs,
|
/external/skia/tools/fonts/ |
SkRandomScalerContext.cpp | 223 uint16_t glyphs[], int glyphCount) const { 224 return fProxy->charsToGlyphs(chars, encoding, glyphs, glyphCount);
|
/external/skqp/tools/ |
SkRandomScalerContext.cpp | 223 uint16_t glyphs[], int glyphCount) const { 224 return fProxy->charsToGlyphs(chars, encoding, glyphs, glyphCount);
|
sk_tool_utils.cpp | 185 SkTDArray<uint16_t> glyphs; local 187 glyphs.append(paint.textToGlyphs(text, len, nullptr)); 188 paint.textToGlyphs(text, len, glyphs.begin()); 191 const SkTextBlobBuilder::RunBuffer& run = builder->allocRun(paint, glyphs.count(), x, y, 193 memcpy(run.glyphs, glyphs.begin(), glyphs.count() * sizeof(uint16_t));
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
freetype.h | 332 /* of glyphs for a given point size and resolution) in a bitmap font. */ 339 /* width :: The average width, in pixels, of all glyphs in the */ [all...] |
/system/core/libutils/tests/ |
Unicode_test.cpp | 58 << "ASCII glyphs should have a length of 1 char16_t"; 69 << "Plane 1 glyphs should have a length of 1 char16_t";
|
/external/freetype/src/autofit/ |
afblue.dat | 581 // corresponding glyphs. The largest glyph element (where `largest' can be 598 // For all glyphs of a character cluster, compute the maximum flat 601 // subscript glyphs, as used in Khmer, for example. Note that 614 // character and are implemented as components of composite glyphs. 623 // Scale all glyphs vertically from the corresponding script to make the [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-math-table.hh | 401 /* Offset to coverage table for Extended Shape glyphs - 577 /* MathGlyphVariantRecords for alternative variants of the glyphs. */ 655 * glyphs during glyph construction, 663 UINT16 vertGlyphCount; /* Number of glyphs for which 666 UINT16 horizGlyphCount; /* Number of glyphs for which
|
hb-ot-shape-complex-indic.cc | 480 inline bool would_substitute (const hb_codepoint_t *glyphs, 485 if (hb_ot_layout_lookup_would_substitute_fast (face, lookups[i].index, glyphs, glyphs_count, zero_context)) 583 /* For old-spec, the order of glyphs is Consonant,Virama, 593 hb_codepoint_t glyphs[3] = {virama, consonant, virama}; local 594 if (indic_plan->blwf.would_substitute (glyphs , 2, face) || 595 indic_plan->blwf.would_substitute (glyphs+1, 2, face)) 597 if (indic_plan->pstf.would_substitute (glyphs , 2, face) || 598 indic_plan->pstf.would_substitute (glyphs+1, 2, face)) 600 if (indic_plan->pref.would_substitute (glyphs , 2, face) || 601 indic_plan->pref.would_substitute (glyphs+1, 2, face) 742 hb_codepoint_t glyphs[3] = {info[start].codepoint, local 1129 hb_codepoint_t glyphs[2]; local [all...] |
hb-ot-layout-gdef-table.hh | 354 inline void get_glyphs_in_class (unsigned int klass, hb_set_t *glyphs) const 355 { (this+glyphClassDef).add_class (glyphs, klass); } 430 attachList; /* Offset to list of glyphs with
|
/external/freetype/include/freetype/ |
freetype.h | 340 /* of glyphs for a given point size and resolution) in a bitmap font. */ 347 /* width :: The average width, in pixels, of all glyphs in the */ [all...] |
/external/skia/src/ports/ |
SkScalerContext_win_dw.cpp | 149 // to determine the actual number of glyphs with bitmaps. 217 // In general, all glyphs should use NATURAL_SYMMETRIC 230 // Also, rotated glyphs should have the same absolute advance widths as 231 // horizontal glyphs and the subpixel flag should not affect glyph shapes. 291 // render high quality rotated glyphs but measure using bitmap metrics. 463 // IDWriteFactory2::CreateGlyphRunAnalysis is very bad at aliased glyphs. 501 * for small, but not quite zero, sized glyphs. 578 // glyphs of the specified texture type. When this happens, try with the 800 // IDWriteFactory2::CreateGlyphRunAnalysis is very bad at aliased glyphs. [all...] |
/external/skqp/src/ports/ |
SkScalerContext_win_dw.cpp | 149 // to determine the actual number of glyphs with bitmaps. 217 // In general, all glyphs should use NATURAL_SYMMETRIC 230 // Also, rotated glyphs should have the same absolute advance widths as 231 // horizontal glyphs and the subpixel flag should not affect glyph shapes. 291 // render high quality rotated glyphs but measure using bitmap metrics. 463 // IDWriteFactory2::CreateGlyphRunAnalysis is very bad at aliased glyphs. 501 * for small, but not quite zero, sized glyphs. 578 // glyphs of the specified texture type. When this happens, try with the 800 // IDWriteFactory2::CreateGlyphRunAnalysis is very bad at aliased glyphs. [all...] |
/external/ImageMagick/MagickCore/ |
type.c | 190 if (p->glyphs != (char *) NULL) 191 p->glyphs=DestroyString(p->glyphs); 893 type_info->glyphs=ConstantString((const char *) file); 956 *glyphs, 996 glyphs="unknown"; 997 if (type_info[i]->glyphs != (char *) NULL) 998 glyphs=type_info[i]->glyphs; 944 *glyphs, local [all...] |
/external/skia/src/gpu/text/ |
GrAtlasTextBlob.h | 320 * One additional point, each run can contain glyphs with any of the three mask formats. 323 * many SubRuns as it has glyphs, ie if a run alternates between color emoji and A8. In 328 * glyphs. It would be a bit expensive to figure out ahead of time whether or not a run 332 * glyphs, however, it's not clear if this is a win because we'd still have to either go to the 486 // Any glyphs that can't be rendered with the base or override descriptor 575 * Was regenerate() able to draw all the glyphs from the sub run? If not flush all glyph 581 * How many glyphs were regenerated. Will be equal to the sub run's glyph count if
|
GrGlyphCache.cpp | 61 // fall through to kA8 -- we store BW glyphs in our 8-bit cache 137 // uncommon so for now we just draw a clear box for these glyphs. 148 // The windows font host sometimes has BW glyphs in a non-BW strike. So it is important here to
|
/external/skia/tools/shape/ |
SkShaper_harfbuzz.cpp | 362 UBiDiLevel level, std::unique_ptr<ShapedGlyph[]> glyphs) 364 , fLevel(level), fGlyphs(std::move(glyphs)) 385 // Glyphs are in logical order, but output ltr since PDF readers seem to expect that. 387 runBuffer.glyphs[i] = glyph.fID; 584 SkDebugf("Shaping error: too many glyphs"); 628 // Iterate over the glyphs in logical order to mark line endings. 667 // Reorder the runs and glyphs per line and write them out.
|
/external/skqp/tools/shape/ |
SkShaper_harfbuzz.cpp | 360 UBiDiLevel level, std::unique_ptr<ShapedGlyph[]> glyphs) 362 , fLevel(level), fGlyphs(std::move(glyphs)) 383 // Glyphs are in logical order, but output ltr since PDF readers seem to expect that. 385 runBuffer.glyphs[i] = glyph.fID; 579 SkDebugf("Shaping error: too many glyphs"); 623 // Iterate over the glyphs in logical order to mark line endings. 662 // Reorder the runs and glyphs per line and write them out.
|
/external/pdfium/third_party/freetype/include/freetype-custom-config/ |
ftoption.h | 123 /* them to display normal gray-level anti-aliased glyphs. */ 161 /* hinting glyphs, and which should be executed as fast as possible. */ 251 /* FreeType now handles loading color bitmap glyphs in the PNG format. */ 266 /* OpenType fonts. If available, many glyphs not directly addressable */ 333 /* charmap out of the glyphs found in the fonts. */ 353 /* able to synthesize a Unicode charmap out of the glyphs found in the */ [all...] |
/external/skia/third_party/freetype/include/freetype-android/ |
ftoption.h | 123 /* them to display normal gray-level anti-aliased glyphs. */ 161 /* hinting glyphs, and which should be executed as fast as possible. */ 251 /* FreeType now handles loading color bitmap glyphs in the PNG format. */ 266 /* OpenType fonts. If available, many glyphs not directly addressable */ 333 /* charmap out of the glyphs found in the fonts. */ 353 /* able to synthesize a Unicode charmap out of the glyphs found in the */ [all...] |
/external/skqp/third_party/freetype/include/freetype-android/ |
ftoption.h | 123 /* them to display normal gray-level anti-aliased glyphs. */ 161 /* hinting glyphs, and which should be executed as fast as possible. */ 251 /* FreeType now handles loading color bitmap glyphs in the PNG format. */ 266 /* OpenType fonts. If available, many glyphs not directly addressable */ 333 /* charmap out of the glyphs found in the fonts. */ 353 /* able to synthesize a Unicode charmap out of the glyphs found in the */ [all...] |
/external/skia/gm/ |
fontmgr.cpp | 100 // check to see that we get different glyphs in japanese and chinese 303 // Fonts with lots of glyphs are interesting, but can take a long time to find 304 // the glyphs which make up the maximum extent.
|
/external/skia/src/core/ |
SkOverdrawCanvas.cpp | 154 this->onDrawText(it.glyphs(), textLen, x + offset.x(), y + offset.y(), runPaint); 157 this->drawPosTextCommon(it.glyphs(), textLen, it.pos(), 1, 161 this->drawPosTextCommon(it.glyphs(), textLen, it.pos(), 2, SkPoint::Make(x, y),
|
SkPaint.cpp | 401 int SkPaint::textToGlyphs(const void* textData, size_t byteLength, uint16_t glyphs[]) const { 408 if (nullptr == glyphs) { 424 // if we get here, we have a valid glyphs[] array, so time to fill it in 429 memcpy(glyphs, textData, byteLength >> 1 << 1); 438 uint16_t* gptr = glyphs; 469 return SkToInt(gptr - glyphs); 532 void SkPaint::glyphsToUnichars(const uint16_t glyphs[], int count, SkUnichar textData[]) const { 537 SkASSERT(glyphs != nullptr); 545 textData[index] = cache->glyphToUnichar(glyphs[index]); [all...] |