HomeSort by relevance Sort by last modified time
    Searched refs:glyphs (Results 101 - 125 of 191) sorted by null

1 2 3 45 6 7 8

  /external/harfbuzz_ng/src/hb-old/
harfbuzz-hangul.c 176 item->glyphs, &item->num_glyphs,
246 syllable.glyphs = item->glyphs + first_glyph;
harfbuzz-tibetan.c 129 item->glyphs, &item->num_glyphs,
232 syllable.glyphs = item->glyphs + first_glyph;
harfbuzz-khmer.c 542 item->glyphs, &item->num_glyphs,
618 syllable.glyphs = item->glyphs + first_glyph;
624 KHDEBUG("syllable shaping failed, syllable requests %d glyphs", syllable.num_glyphs);
631 KHDEBUG(" %d -> glyph %x", i, item->glyphs[i]);
harfbuzz-myanmar.c 411 item->glyphs, &item->num_glyphs,
486 syllable.glyphs = item->glyphs + first_glyph;
492 MMDEBUG("syllable shaping failed, syllable requests %d glyphs", syllable.num_glyphs);
500 MMDEBUG(" %d -> glyph %x", i, item->glyphs[i]);
  /external/icu4c/layoutex/
ParagraphLayout.cpp 393 fStyleRunInfo[run].glyphs = NULL;
451 fStyleRunInfo[run].glyphs = LE_NEW_ARRAY(LEGlyphID, glyphCount);
453 if ((fStyleRunInfo[run].glyphs == NULL) ||
459 engine->getGlyphs(fStyleRunInfo[run].glyphs, layoutStatus);
590 LE_DELETE_ARRAY(fStyleRunInfo[run].glyphs);
593 fStyleRunInfo[run].glyphs = NULL;
678 // If no glyphs fit on the line, force one to fit.
680 // (There shouldn't be any zero width glyphs at the
682 // only zero width glyphs, because otherwise the zero
683 // width glyphs will have been included on the end o
1098 LEGlyphID *glyphs = LE_NEW_ARRAY(LEGlyphID, glyphCount); local
    [all...]
  /external/skia/gm/
gammatext.cpp 94 uint16_t glyphs[200]; local
95 int count = paint.textToGlyphs(text, len, glyphs);
97 CGContextShowGlyphsAtPoint(cg, x, y, glyphs, count);
  /external/harfbuzz/src/
harfbuzz-shaper.cpp 247 HB_Glyph *glyphs = item->glyphs; local
251 item->font->klass->getGlyphMetrics(item->font, glyphs[gfrom], &baseMetrics);
278 HB_Glyph mark = glyphs[gfrom+i];
425 // set the glyph attributes heuristically. Assumes a 1 to 1 relationship between chars and glyphs
570 shaper_item->glyphs, &shaper_item->num_glyphs,
1235 HB_Glyph *glyphs = item->glyphs; local
    [all...]
harfbuzz-khmer.c 542 item->glyphs, &item->num_glyphs,
618 syllable.glyphs = item->glyphs + first_glyph;
624 KHDEBUG("syllable shaping failed, syllable requests %d glyphs", syllable.num_glyphs);
631 KHDEBUG(" %d -> glyph %x", i, item->glyphs[i]);
harfbuzz-myanmar.c 410 item->glyphs, &item->num_glyphs,
485 syllable.glyphs = item->glyphs + first_glyph;
491 MMDEBUG("syllable shaping failed, syllable requests %d glyphs", syllable.num_glyphs);
499 MMDEBUG(" %d -> glyph %x", i, item->glyphs[i]);
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 167 // The 'maxp' table stores the number of glyphs at offset 4, in 2 bytes.
168 uint16_t glyphs; local
169 if (GDI_ERROR != GetFontData(hdc, SkOTTableMaximumProfile::TAG, 4, &glyphs, sizeof(glyphs))) {
170 return SkEndian_SwapBE16(glyphs);
271 uint16_t glyphs[], int glyphCount) const SK_OVERRIDE;
865 // Sometimes ScriptShape cannot find a glyph for a non-BMP and returns 2 space glyphs.
890 WORD glyphs = glyph->getGlyphID(0); local
891 if (0 == GetTextExtentPointI(fDDC, &glyphs, 1, &size)) {
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 167 // The 'maxp' table stores the number of glyphs at offset 4, in 2 bytes.
168 uint16_t glyphs; local
169 if (GDI_ERROR != GetFontData(hdc, SkOTTableMaximumProfile::TAG, 4, &glyphs, sizeof(glyphs))) {
170 return SkEndian_SwapBE16(glyphs);
271 uint16_t glyphs[], int glyphCount) const SK_OVERRIDE;
865 // Sometimes ScriptShape cannot find a glyph for a non-BMP and returns 2 space glyphs.
890 WORD glyphs = glyph->getGlyphID(0); local
891 if (0 == GetTextExtentPointI(fDDC, &glyphs, 1, &size)) {
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-normalize.cc 180 hb_codepoint_t glyphs[HB_UNICODE_MAX_DECOMPOSITION_LEN]; local
187 if (!c->font->get_glyph (decomposed[i], 0, &glyphs[i]))
191 output_char (c->buffer, decomposed[i], glyphs[i]);
375 * glyphs in most scripts AND a desired feature for Hangul. Apparently Hangul
hb-ot-shape-complex-indic.cc 489 inline bool would_substitute (const hb_codepoint_t *glyphs,
494 if (hb_ot_layout_lookup_would_substitute_fast (face, lookups[i].index, glyphs, glyphs_count, zero_context))
585 /* For old-spec, the order of glyphs is Consonant,Virama,
595 hb_codepoint_t glyphs[3] = {virama, consonant, virama}; local
596 if (indic_plan->blwf.would_substitute (glyphs , 2, face) ||
597 indic_plan->blwf.would_substitute (glyphs+1, 2, face))
599 if (indic_plan->pstf.would_substitute (glyphs , 2, face) ||
600 indic_plan->pstf.would_substitute (glyphs+1, 2, face))
604 (indic_plan->pref.would_substitute (glyphs , 2, face) ||
605 indic_plan->pref.would_substitute (glyphs+1, 2, face))
728 hb_codepoint_t glyphs[2] = {info[start].codepoint, info[start + 1].codepoint}; local
1093 hb_codepoint_t glyphs[2]; local
    [all...]
hb-ot-layout.cc 141 hb_set_t *glyphs /* OUT */)
143 return _get_gdef (face).get_glyphs_in_class (klass, glyphs);
662 const hb_codepoint_t *glyphs,
667 return hb_ot_layout_lookup_would_substitute_fast (face, lookup_index, glyphs, glyphs_length, zero_context);
673 const hb_codepoint_t *glyphs,
678 OT::hb_would_apply_context_t c (face, glyphs, glyphs_length, zero_context);
700 hb_set_t *glyphs)
702 OT::hb_closure_context_t c (face, glyphs);
  /external/harfbuzz_ng/src/
hb-ot-shape-normalize.cc 178 hb_codepoint_t glyphs[HB_UNICODE_MAX_DECOMPOSITION_LEN]; local
185 if (!c->font->get_glyph (decomposed[i], 0, &glyphs[i]))
189 output_char (c->buffer, decomposed[i], glyphs[i]);
358 * optimization to avoid trying to compose every two neighboring glyphs in most
hb-uniscribe.cc 292 ALLOCATE_ARRAY (WORD, glyphs, glyphs_size);
361 glyphs + glyphs_offset,
401 glyphs + glyphs_offset,
449 info->codepoint = glyphs[i];
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.h 88 uint16_t* glyphs() { return &m_glyphs[0]; } function in class:WebCore::FINAL::HarfBuzzRun
  /external/chromium_org/ui/gfx/
render_text_win.h 43 scoped_ptr<WORD[]> glyphs; member in struct:gfx::internal::TextRun
102 // Returns the number of characters in |run| that have missing glyphs.
  /external/chromium_org/third_party/icu/source/test/letest/
sfnt.h 230 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
239 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
  /external/harfbuzz/tests/shaping/
main.cpp 65 static HB_Bool hb_stringToGlyphs(HB_Font font, const HB_UChar16 *string, hb_uint32 length, HB_Glyph *glyphs, hb_uint32 *numGlyphs, HB_Bool /*rightToLeft*/)
73 glyphs[glyph_pos] = FT_Get_Char_Index(face, getChar(string, length, i));
82 static void hb_getAdvances(HB_Font /*font*/, const HB_Glyph * /*glyphs*/, hb_uint32 numGlyphs, HB_Fixed *advances, int /*flags*/)
207 unsigned short glyphs[16]; member in struct:ShapeTable
257 shaper_item.glyphs = hb_glyphs.data();
271 const unsigned short *g = s->glyphs;
281 if ((shaper_item.glyphs[i]&0xffffff) != s->glyphs[i])
300 str += QString("%1 ").arg(shaper_item.glyphs[i], 4, 16);
  /external/harfbuzz_ng/src/hb-icu-le/
sfnt.h 233 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
242 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
  /external/icu4c/samples/layout/
paragraph.cpp 241 const LEGlyphID *glyphs = visualRun->getGlyphs(); local
244 surface->drawGlyphs(font, glyphs, glyphCount, positions, x, y, fWidth, fHeight);
  /external/icu4c/test/letest/
sfnt.h 230 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
239 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
  /external/skia/tests/
PaintTest.cpp 51 static int find_first_zero(const uint16_t glyphs[], int count) {
53 if (0 == glyphs[i]) {
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.h 50 // ComplexTextController is responsible for rendering and measuring glyphs for
56 // Advance and emit glyphs up to the specified character.
96 const CGGlyph* glyphs() const { return m_glyphs; } function in class:WebCore::ComplexTextController::ComplexTextRun

Completed in 420 milliseconds

1 2 3 45 6 7 8