/external/skqp/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.
|
shadertext3.cpp | 84 // draw glyphs scaled up
|
/external/skqp/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...] |
SkTypeface_remote.h | 137 uint16_t glyphs[], int glyphCount) const override {
|
/frameworks/base/core/jni/android/graphics/ |
Paint.cpp | 280 Paint* paint, uint16_t* glyphs, SkPoint* pos) 281 : layout(layout), path(path), x(x), y(y), paint(paint), glyphs(glyphs), pos(pos) { 286 glyphs[i] = layout.getGlyphId(i); 291 paint->getPosTextPath(glyphs + start, (end - start) << 1, pos + start, path); 293 paint->getPosTextPath(glyphs + start, (end - start) << 1, pos + start, &tmpPath); 303 uint16_t* glyphs; member in class:android::PaintGlue::GetTextFunctor 314 uint16_t* glyphs = new uint16_t[nGlyphs]; local 321 GetTextFunctor f(layout, path, x, y, paint, glyphs, pos); 324 delete[] glyphs; [all...] |
/external/fonttools/Lib/fontTools/ttLib/ |
standardGlyphOrder.py | 3 # glyphs.
|
/external/freetype/include/freetype/ |
ftpfr.h | 103 * Return the kerning pair corresponding to two glyphs in a PFR face.
|
/external/freetype/src/base/ |
ftsynth.c | 59 /* only oblique outline glyphs */
|
/external/freetype/src/gxvalid/ |
gxvjust.c | 213 FT_UShort glyphs; local 217 glyphs = FT_NEXT_USHORT( p ); 218 gxv_just_check_max_gid( glyphs, "type0:glyphs", gxvalid );
|
/external/freetype/src/psaux/ |
psglue.h | 55 /* apply hints to rendered glyphs */
|
/external/freetype/src/tools/ftrandom/ |
README | 39 --nohints Specify FT_LOAD_NO_HINTING when loading glyphs.
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
ebdt_table.h | 67 // This call is only required if the entire set of glyphs in the glyph
|
/external/skia/gm/ |
shadertext3.cpp | 84 // draw glyphs scaled up
|
/external/skia/resources/android_fonts/v17/ |
system_fonts.xml | 5 This file lists the font families that will be used by default for all supported glyphs.
|
/external/skia/samplecode/ |
SampleText.cpp | 115 // const uint16_t glyphs[] = { 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19 };
|
/external/skia/src/core/ |
SkTypeface_remote.h | 148 uint16_t glyphs[], int glyphCount) const override {
|
/external/skia/src/gpu/text/ |
GrAtlasManager.h | 24 * adding glyphs to the atlas) are only available at flush time.
|
GrTextUtils.h | 83 // when drawing grayscale/lcd glyph masks and not when drawing color glyphs.
|
/external/skia/src/pdf/ |
SkPDFFont.h | 130 // this will be a subset if the font has more than 255 glyphs.
|
/external/skia/src/ports/ |
SkTypeface_win_dw.h | 110 uint16_t glyphs[], int glyphCount) const override;
|
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/android_fonts/v17/ |
system_fonts.xml | 5 This file lists the font families that will be used by default for all supported glyphs.
|
/external/skqp/resources/android_fonts/v17/ |
system_fonts.xml | 5 This file lists the font families that will be used by default for all supported glyphs.
|
/external/skqp/samplecode/ |
SampleText.cpp | 115 // const uint16_t glyphs[] = { 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19 };
|
/external/skqp/src/gpu/ |
GrPathRendering.cpp | 94 // Don't bake stroke information into the glyphs, we'll let the GPU do the stroking.
|