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

1 2 3

  /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/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/harfbuzz_ng/src/
hb-ot-maxp-table.hh 47 return numGlyphs;
60 USHORT numGlyphs; /* The number of glyphs in the font. */
  /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/WebKit/Source/platform/fonts/skia/
SkiaFontWin.h 49 unsigned numGlyphs,
64 unsigned numGlyphs,
SkiaFontWin.cpp 56 unsigned numGlyphs)
58 // Reserve space for 64 SkPoints on the stack. If numGlyphs is larger, the array
67 SkAutoSTArray<kLocalGlyphMax, SkPoint> storage(numGlyphs);
69 for (unsigned i = 0; i < numGlyphs; i++) {
75 context->drawPosText(glyphs, numGlyphs * sizeof(uint16_t), pos, textRect, *paint);
77 SkAutoSTArray<kLocalGlyphMax * 2, SkScalar> storage(numGlyphs);
79 for (unsigned i = 0; i < numGlyphs; i++) {
83 context->drawPosTextH(glyphs, numGlyphs * sizeof(uint16_t),
91 unsigned numGlyphs,
114 skiaDrawText(context, origin, textRect, &paint, &glyphs[0], &advances[0], &offsets[0], numGlyphs);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontMac.cpp 90 const GlyphBuffer& glyphBuffer, unsigned from, unsigned numGlyphs,
131 SkAutoSTMalloc<32, SkPoint> storage(numGlyphs);
134 for (unsigned i = 0; i < numGlyphs; i++) {
146 rotator.mapPoints(pos, numGlyphs);
158 gc->drawPosText(glyphs, numGlyphs * sizeof(uint16_t), pos, textRect, paint);
177 gc->drawPosText(glyphs, numGlyphs * sizeof(uint16_t), pos, textRect, paint);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
FontHarfBuzz.cpp 60 const GlyphBufferGlyph* glyphs, unsigned numGlyphs,
73 gc->drawPosText(glyphs, numGlyphs << 1, pos, textRect, paint);
93 gc->drawPosText(glyphs, numGlyphs << 1, pos, textRect, paint);
98 const GlyphBuffer& glyphBuffer, unsigned from, unsigned numGlyphs,
106 SkAutoSTMalloc<32, SkPoint> storage(numGlyphs);
123 while (glyphIndex < numGlyphs) {
124 unsigned chunkLength = std::min(kMaxBufferLength, numGlyphs - glyphIndex);
155 for (unsigned i = 0; i < numGlyphs; i++) {
162 paintGlyphs(gc, font, glyphs, numGlyphs, pos, textRect);
  /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) {
  /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) {
  /frameworks/base/libs/hwui/font/
Font.h 81 int numGlyphs, int x, int y, const float* positions);
84 int numGlyphs, SkPath* path, float hOffset, float vOffset);
109 void precache(SkPaint* paint, const char* text, int numGlyphs);
112 int numGlyphs, int x, int y, RenderMode mode, uint8_t *bitmap,
116 int numGlyphs, Rect *bounds, const float* positions);
Font.cpp 287 int numGlyphs, int x, int y, const float* positions) {
288 render(paint, text, start, len, numGlyphs, x, y, FRAMEBUFFER, NULL,
293 int numGlyphs, SkPath* path, float hOffset, float vOffset) {
294 if (numGlyphs == 0 || text == NULL || len == 0) {
321 while (glyphsCount < numGlyphs && penX < pathLength) {
343 int numGlyphs, Rect *bounds, const float* positions) {
349 render(paint, text, start, len, numGlyphs, 0, 0, MEASURE, NULL, 0, 0, bounds, positions);
352 void Font::precache(SkPaint* paint, const char* text, int numGlyphs) {
355 if (numGlyphs == 0 || text == NULL) {
360 while (glyphsCount < numGlyphs) {
    [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.h 28 void set(const uint16_t* glyphIDs, int numGlyphs);
64 int numGlyphs);
111 * @param numGlyphs The number of input glyphs.
114 size_t glyphsToPDFFontEncoding(uint16_t* glyphIDs, size_t numGlyphs);
  /external/skia/src/pdf/
SkPDFFont.h 28 void set(const uint16_t* glyphIDs, int numGlyphs);
64 int numGlyphs);
111 * @param numGlyphs The number of input glyphs.
114 size_t glyphsToPDFFontEncoding(uint16_t* glyphIDs, size_t numGlyphs);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontWin.cpp 62 unsigned from, unsigned numGlyphs, const FloatPoint& point,
92 while (glyphIndex < numGlyphs) {
94 unsigned curLen = std::min(kMaxBufferLength, numGlyphs - glyphIndex);
125 while (glyphIndex < numGlyphs) {
127 unsigned curLen = std::min(kMaxBufferLength, numGlyphs - glyphIndex);
  /external/harfbuzz/contrib/
harfbuzz-freetype.c 18 HB_Glyph *glyphs, hb_uint32 *numGlyphs,
21 if (len > *numGlyphs)
30 *numGlyphs = j;
  /external/chromium_org/third_party/icu/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/icu4c/test/letest/
FontObject.cpp 18 headTable(NULL), hmtxTable(NULL), numGlyphs(0), numOfLongHorMetrics(0), file(NULL)
217 numGlyphs = SWAPW(maxpTable->numGlyphs);
229 if (glyph >= numGlyphs) {
  /frameworks/base/libs/hwui/
FontRenderer.h 102 void precache(SkPaint* paint, const char* text, int numGlyphs, const mat4& matrix);
107 uint32_t len, int numGlyphs, int x, int y, const float* positions, Rect* bounds,
112 uint32_t len, int numGlyphs, SkPath* path, float hOffset, float vOffset, Rect* bounds,
134 uint32_t len, int numGlyphs, uint32_t radius, const float* positions);
  /external/chromium_org/third_party/ots/test/
idempotent.cc 126 size_t numGlyphs = CGFontGetNumberOfGlyphs(cgFontRef);
128 if (!numGlyphs) {
validator-checker.cc 114 size_t numGlyphs = CGFontGetNumberOfGlyphs(cgFontRef);
116 if (!numGlyphs) {
  /external/harfbuzz/src/
harfbuzz-shaper.h 242 HB_Bool (*convertStringToGlyphIndices)(HB_Font font, const HB_UChar16 *string, hb_uint32 length, HB_Glyph *glyphs, hb_uint32 *numGlyphs, HB_Bool rightToLeft);
243 void (*getGlyphAdvances)(HB_Font font, const HB_Glyph *glyphs, hb_uint32 numGlyphs, HB_Fixed *advances, int flags /*HB_ShaperFlag*/);

Completed in 563 milliseconds

1 2 3