HomeSort by relevance Sort by last modified time
    Searched refs:numGlyphs (Results 1 - 25 of 70) 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/core/platform/graphics/skia/
SkiaFontWin.h 49 int numGlyphs,
62 int numGlyphs,
SkiaFontWin.cpp 56 int numGlyphs)
58 // Reserve space for 64 SkPoints on the stack. If numGlyphs is larger, the array
67 SkAutoSTArray<kLocalGlyphMax, SkPoint> storage(numGlyphs);
69 for (int 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 (int i = 0; i < numGlyphs; i++) {
83 context->drawPosTextH(glyphs, numGlyphs * sizeof(uint16_t),
118 int numGlyphs,
139 skiaDrawText(context, origin, textRect, &paint, &glyphs[0], &advances[0], &offsets[0], numGlyphs);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
FontMac.cpp 90 const GlyphBuffer& glyphBuffer, int from, int numGlyphs,
130 SkAutoSTMalloc<32, SkPoint> storage(numGlyphs);
133 for (int i = 0; i < numGlyphs; i++) {
145 rotator.mapPoints(pos, numGlyphs);
157 gc->drawPosText(glyphs, numGlyphs * sizeof(uint16_t), pos, textRect, paint);
176 gc->drawPosText(glyphs, numGlyphs * sizeof(uint16_t), pos, textRect, paint);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
FontHarfBuzz.cpp 59 const GlyphBuffer& glyphBuffer, int from, int numGlyphs,
74 SkAutoSTMalloc<32, SkPoint> storage(numGlyphs), storage2(numGlyphs), storage3(numGlyphs);
81 for (int i = 0; i < numGlyphs; i++) {
112 for (int i = 0; i < numGlyphs; ++i) {
119 gc->drawPosText(glyphs, numGlyphs << 1, pos, textRect, paint);
141 for (int i = 0; i < numGlyphs; ++i) {
148 gc->drawPosText(glyphs, numGlyphs << 1, pos, textRect, paint);
  /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 80 int numGlyphs, int x, int y, const float* positions);
83 int numGlyphs, SkPath* path, float hOffset, float vOffset);
108 void precache(SkPaint* paint, const char* text, int numGlyphs);
111 int numGlyphs, int x, int y, RenderMode mode, uint8_t *bitmap,
115 int numGlyphs, Rect *bounds, const float* positions);
Font.cpp 286 int numGlyphs, int x, int y, const float* positions) {
287 render(paint, text, start, len, numGlyphs, x, y, FRAMEBUFFER, NULL,
292 int numGlyphs, SkPath* path, float hOffset, float vOffset) {
293 if (numGlyphs == 0 || text == NULL || len == 0) {
320 while (glyphsCount < numGlyphs && penX < pathLength) {
342 int numGlyphs, Rect *bounds, const float* positions) {
348 render(paint, text, start, len, numGlyphs, 0, 0, MEASURE, NULL, 0, 0, bounds, positions);
351 void Font::precache(SkPaint* paint, const char* text, int numGlyphs) {
354 if (numGlyphs == 0 || text == NULL) {
359 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);
110 * @param numGlyphs The number of input glyphs.
113 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);
110 * @param numGlyphs The number of input glyphs.
113 size_t glyphsToPDFFontEncoding(uint16_t* glyphIDs, size_t numGlyphs);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
FontChromiumWin.cpp 64 int numGlyphs,
95 while (glyphIndex < numGlyphs) {
97 int curLen = std::min(kMaxBufferLength, numGlyphs - glyphIndex);
128 while (glyphIndex < numGlyphs) {
130 int 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 614 milliseconds

1 2 3