Searched refs:glyphs (Results 126 - 150 of 207) sorted by relevance

123456789

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp172 // The 'maxp' table stores the number of glyphs at offset 4, in 2 bytes.
173 uint16_t glyphs; local
174 if (GDI_ERROR != GetFontData(hdc, SkOTTableMaximumProfile::TAG, 4, &glyphs, sizeof(glyphs))) {
175 return SkEndian_SwapBE16(glyphs);
276 uint16_t glyphs[], int glyphCount) const SK_OVERRIDE;
852 // Sometimes ScriptShape cannot find a glyph for a non-BMP and returns 2 space glyphs.
877 WORD glyphs = glyph->getGlyphID(); local
878 if (0 == GetTextExtentPointI(fDDC, &glyphs, 1, &size)) {
1705 // 25% of glyphs requir
[all...]
/external/skia/src/ports/
H A DSkFontHost_win.cpp172 // The 'maxp' table stores the number of glyphs at offset 4, in 2 bytes.
173 uint16_t glyphs; local
174 if (GDI_ERROR != GetFontData(hdc, SkOTTableMaximumProfile::TAG, 4, &glyphs, sizeof(glyphs))) {
175 return SkEndian_SwapBE16(glyphs);
276 uint16_t glyphs[], int glyphCount) const SK_OVERRIDE;
852 // Sometimes ScriptShape cannot find a glyph for a non-BMP and returns 2 space glyphs.
877 WORD glyphs = glyph->getGlyphID(0); local
878 if (0 == GetTextExtentPointI(fDDC, &glyphs, 1, &size)) {
1736 // 25% of glyphs requir
[all...]
H A DSkTypeface_win_dw.cpp66 uint16_t glyphs[], int glyphCount) const
68 if (NULL == glyphs) {
93 fDWriteFontFace->GetGlyphIndices(scratch, limit, &glyphs[baseGlyph]);
99 fDWriteFontFace->GetGlyphIndices(utf32, glyphCount, glyphs);
107 if (0 == glyphs[i]) {
284 // What is really wanted is the text to glyphs mapping
65 onCharsToGlyphs(const void* chars, Encoding encoding, uint16_t glyphs[], int glyphCount) const argument
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-normalize.cc180 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]);
378 * glyphs in most scripts AND a desired feature for Hangul. Apparently Hangul
H A Dhb-ot-shape-complex-indic.cc490 inline bool would_substitute (const hb_codepoint_t *glyphs, argument
495 if (hb_ot_layout_lookup_would_substitute_fast (face, lookups[i].index, glyphs, glyphs_count, zero_context))
586 /* For old-spec, the order of glyphs is Consonant,Virama,
596 hb_codepoint_t glyphs[3] = {virama, consonant, virama}; local
597 if (indic_plan->blwf.would_substitute (glyphs , 2, face) ||
598 indic_plan->blwf.would_substitute (glyphs+1, 2, face))
600 if (indic_plan->pstf.would_substitute (glyphs , 2, face) ||
601 indic_plan->pstf.would_substitute (glyphs+1, 2, face))
605 (indic_plan->pref.would_substitute (glyphs , 2, face) ||
606 indic_plan->pref.would_substitute (glyphs
732 hb_codepoint_t glyphs[3] = {info[start].codepoint, local
1120 hb_codepoint_t glyphs[2]; local
[all...]
H A Dhb-ot-layout.cc141 hb_set_t *glyphs /* OUT */)
143 return _get_gdef (face).get_glyphs_in_class (klass, glyphs);
682 const hb_codepoint_t *glyphs,
687 return hb_ot_layout_lookup_would_substitute_fast (face, lookup_index, glyphs, glyphs_length, zero_context);
693 const hb_codepoint_t *glyphs,
698 OT::hb_would_apply_context_t c (face, glyphs, glyphs_length, zero_context);
720 hb_set_t *glyphs)
722 OT::hb_closure_context_t c (face, glyphs);
680 hb_ot_layout_lookup_would_substitute(hb_face_t *face, unsigned int lookup_index, const hb_codepoint_t *glyphs, unsigned int glyphs_length, hb_bool_t zero_context) argument
691 hb_ot_layout_lookup_would_substitute_fast(hb_face_t *face, unsigned int lookup_index, const hb_codepoint_t *glyphs, unsigned int glyphs_length, hb_bool_t zero_context) argument
718 hb_ot_layout_lookup_substitute_closure(hb_face_t *face, unsigned int lookup_index, hb_set_t *glyphs) argument
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-normalize.cc180 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]);
376 * glyphs in most scripts AND a desired feature for Hangul. Apparently Hangul
H A Dhb-ot-shape-complex-indic.cc490 inline bool would_substitute (const hb_codepoint_t *glyphs, argument
495 if (hb_ot_layout_lookup_would_substitute_fast (face, lookups[i].index, glyphs, glyphs_count, zero_context))
586 /* For old-spec, the order of glyphs is Consonant,Virama,
596 hb_codepoint_t glyphs[3] = {virama, consonant, virama}; local
597 if (indic_plan->blwf.would_substitute (glyphs , 2, face) ||
598 indic_plan->blwf.would_substitute (glyphs+1, 2, face))
600 if (indic_plan->pstf.would_substitute (glyphs , 2, face) ||
601 indic_plan->pstf.would_substitute (glyphs+1, 2, face))
605 (indic_plan->pref.would_substitute (glyphs , 2, face) ||
606 indic_plan->pref.would_substitute (glyphs
732 hb_codepoint_t glyphs[3] = {info[start].codepoint, local
1120 hb_codepoint_t glyphs[2]; local
[all...]
H A Dhb-ot-layout.cc141 hb_set_t *glyphs /* OUT */)
143 return _get_gdef (face).get_glyphs_in_class (klass, glyphs);
682 const hb_codepoint_t *glyphs,
687 return hb_ot_layout_lookup_would_substitute_fast (face, lookup_index, glyphs, glyphs_length, zero_context);
693 const hb_codepoint_t *glyphs,
698 OT::hb_would_apply_context_t c (face, glyphs, glyphs_length, zero_context);
720 hb_set_t *glyphs)
722 OT::hb_closure_context_t c (face, glyphs);
680 hb_ot_layout_lookup_would_substitute(hb_face_t *face, unsigned int lookup_index, const hb_codepoint_t *glyphs, unsigned int glyphs_length, hb_bool_t zero_context) argument
691 hb_ot_layout_lookup_would_substitute_fast(hb_face_t *face, unsigned int lookup_index, const hb_codepoint_t *glyphs, unsigned int glyphs_length, hb_bool_t zero_context) argument
718 hb_ot_layout_lookup_substitute_closure(hb_face_t *face, unsigned int lookup_index, hb_set_t *glyphs) argument
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzShaper.h91 uint16_t* glyphs() { return &m_glyphs[0]; } function in class:blink::FINAL::HarfBuzzRun
/external/chromium_org/third_party/icu/source/samples/layout/
H A DGDIFontInstance.h34 virtual void drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count,
H A Dparagraph.cpp241 const LEGlyphID *glyphs = visualRun->getGlyphs(); local
244 surface->drawGlyphs(font, glyphs, glyphCount, positions, x, y, fWidth, fHeight);
H A Dsfnt.h129 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
/external/chromium_org/third_party/skia/src/fonts/
H A DSkTestScalerContext.h84 uint16_t glyphs[], int glyphCount) const SK_OVERRIDE;
/external/chromium_org/ui/gfx/
H A Drender_text_win.h43 scoped_ptr<WORD[]> glyphs; member in struct:gfx::internal::TextRun
103 // Returns the number of characters in |run| that have missing glyphs.
/external/icu/icu4c/source/samples/layout/
H A DGDIFontInstance.h34 virtual void drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count,
H A Dparagraph.cpp241 const LEGlyphID *glyphs = visualRun->getGlyphs(); local
244 surface->drawGlyphs(font, glyphs, glyphCount, positions, x, y, fWidth, fHeight);
/external/chromium_org/third_party/icu/source/test/letest/
H A Dsfnt.h230 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
239 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
H A DFontObject.h193 le_uint32 unicodesToGlyphs(LEUnicode *chars, le_uint32 nChars, LEGlyphID *glyphs,
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A Dsfnt.h230 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
239 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
H A DFontObject.h193 le_uint32 unicodesToGlyphs(LEUnicode *chars, le_uint32 nChars, LEGlyphID *glyphs,
/external/chromium_org/third_party/skia/src/core/
H A DSkDevice.cpp135 this->drawText(localDraw, it.glyphs(), textLen, offset.x(), offset.y(), runPaint);
139 this->drawPosText(localDraw, it.glyphs(), textLen, it.pos(), offset.y(),
/external/icu/icu4c/source/test/letest/
H A Dsfnt.h230 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
239 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
/external/icu/icu4c/source/test/perf/leperf/
H A Dsfnt.h230 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
239 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DComplexTextController.h51 // ComplexTextController is responsible for rendering and measuring glyphs for
57 // Advance and emit glyphs up to the specified character.
95 const CGGlyph* glyphs() const { return m_glyphs; } function in class:blink::ComplexTextController::ComplexTextRun

Completed in 520 milliseconds

123456789