HomeSort by relevance Sort by last modified time
    Searched refs:glyph (Results 76 - 100 of 359) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshalgo.c 442 PSH_Glyph glyph )
460 if ( ( dimension == 0 && !glyph->do_horz_hints ) ||
461 ( dimension == 1 && !glyph->do_vert_hints ) )
473 do_snapping = ( dimension == 0 && glyph->do_horz_snapping ) ||
474 ( dimension == 1 && glyph->do_vert_snapping );
519 psh_hint_align( parent, globals, dimension, glyph );
539 if ( glyph->do_stem_adjust )
670 PSH_Glyph glyph )
688 if ( ( dimension == 0 && !glyph->do_horz_hints ) ||
689 ( dimension == 1 && !glyph->do_vert_hints )
2186 PSH_Glyph glyph = &glyphrec; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
GlyphBuffer.h 33 #include "platform/fonts/Glyph.h"
53 Glyph* glyphs(unsigned from) { return m_glyphs.data() + from; }
55 const Glyph* glyphs(unsigned from) const { return m_glyphs.data() + from; }
60 Glyph glyphAt(unsigned index) const
70 void add(Glyph glyph, const SimpleFontData* font, float width)
72 add(glyph, font, FloatSize(width, 0));
75 void add(Glyph glyph, const SimpleFontData* font, const FloatSize& advance)
78 m_glyphs.append(glyph);
    [all...]
  /external/icu/icu4c/source/layout/
CharSubstitutionFilter.h 69 * @param glyph - the Unicode character code to be tested
75 le_bool accept(LEGlyphID glyph) const;
GDEFMarkFilter.h 33 virtual le_bool accept(LEGlyphID glyph) const;
SinglePositioningSubtables.cpp 46 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); local
47 le_int32 coverageIndex = getGlyphCoverage(base, glyph, success);
60 LEGlyphID glyph = glyphIterator->getCurrGlyphID(); local
61 le_int16 coverageIndex = (le_int16) getGlyphCoverage(base, glyph, success);
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
cidgload.h 5 /* OpenType Glyph Loader (specification). */
40 cid_slot_load_glyph( FT_GlyphSlot glyph, /* CID_Glyph_Slot */
  /external/chromium_org/third_party/skia/third_party/harfbuzz/contrib/
harfbuzz-freetype.c 48 advances[i] = face->glyph->advance.x;
67 hb_freetype_outline_point_get(HB_Font font, HB_Glyph glyph, int flags,
75 if ((error = (HB_Error) FT_Load_Glyph(face, glyph, load_flags)))
78 if (face->glyph->format != ft_glyph_format_outline)
81 *n_points = face->glyph->outline.n_points;
88 *xpos = face->glyph->outline.points[point].x;
89 *ypos = face->glyph->outline.points[point].y;
95 hb_freetype_glyph_metrics_get(HB_Font font, HB_Glyph glyph,
99 const FT_Error error = FT_Load_Glyph(face, glyph, FT_LOAD_DEFAULT);
106 const FT_Glyph_Metrics *ftmetrics = &face->glyph->metrics
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftrender.h 39 /* create a new glyph object */
41 (*FT_Glyph_InitFunc)( FT_Glyph glyph,
44 /* destroys a given glyph object */
46 (*FT_Glyph_DoneFunc)( FT_Glyph glyph );
49 (*FT_Glyph_TransformFunc)( FT_Glyph glyph,
54 (*FT_Glyph_GetBBoxFunc)( FT_Glyph glyph,
62 (*FT_Glyph_PrepareFunc)( FT_Glyph glyph,
129 /* glyph_format :: The glyph image format this renderer handles. */
132 /* given glyph slot into a bitmap. */
135 /* a given glyph slot. *
    [all...]
  /external/freetype/include/
ftrender.h 39 /* create a new glyph object */
41 (*FT_Glyph_InitFunc)( FT_Glyph glyph,
44 /* destroys a given glyph object */
46 (*FT_Glyph_DoneFunc)( FT_Glyph glyph );
49 (*FT_Glyph_TransformFunc)( FT_Glyph glyph,
54 (*FT_Glyph_GetBBoxFunc)( FT_Glyph glyph,
62 (*FT_Glyph_PrepareFunc)( FT_Glyph glyph,
129 /* glyph_format :: The glyph image format this renderer handles. */
132 /* given glyph slot into a bitmap. */
135 /* a given glyph slot. *
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftrender.h 39 /* create a new glyph object */
41 (*FT_Glyph_InitFunc)( FT_Glyph glyph,
44 /* destroys a given glyph object */
46 (*FT_Glyph_DoneFunc)( FT_Glyph glyph );
49 (*FT_Glyph_TransformFunc)( FT_Glyph glyph,
54 (*FT_Glyph_GetBBoxFunc)( FT_Glyph glyph,
62 (*FT_Glyph_PrepareFunc)( FT_Glyph glyph,
129 /* glyph_format :: The glyph image format this renderer handles. */
132 /* given glyph slot into a bitmap. */
135 /* a given glyph slot. *
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftrender.h 39 /* create a new glyph object */
41 (*FT_Glyph_InitFunc)( FT_Glyph glyph,
44 /* destroys a given glyph object */
46 (*FT_Glyph_DoneFunc)( FT_Glyph glyph );
49 (*FT_Glyph_TransformFunc)( FT_Glyph glyph,
54 (*FT_Glyph_GetBBoxFunc)( FT_Glyph glyph,
62 (*FT_Glyph_PrepareFunc)( FT_Glyph glyph,
129 /* glyph_format :: The glyph image format this renderer handles. */
132 /* given glyph slot into a bitmap. */
135 /* a given glyph slot. *
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-font.cc 119 hb_codepoint_t *glyph,
129 glyph))
137 return ot_font->cmap->get_glyph (unicode, glyph);
143 hb_codepoint_t glyph,
148 if (unlikely (glyph >= ot_font->num_glyphs))
151 if (glyph >= ot_font->num_hmetrics)
152 glyph = ot_font->num_hmetrics - 1;
154 return font->em_scale_x (ot_font->hmtx->longHorMetric[glyph].advanceWidth);
160 hb_codepoint_t glyph,
170 hb_codepoint_t glyph HB_UNUSED
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
sourcesPanel.css 30 .scripts-pause-on-exceptions-status-bar-item .glyph {
34 .scripts-pause-on-exceptions-status-bar-item.toggled-on .glyph {
38 .evaluate-snippet-status-bar-item .glyph {
42 .evaluate-snippet-status-bar-item.toggled .glyph {
82 .scripts-run-snippet .glyph {
86 .scripts-pause .glyph {
90 .scripts-pause.toggled-on .glyph {
94 .scripts-step-over .glyph {
98 .scripts-step-into .glyph {
102 .scripts-step-out .glyph {
    [all...]
  /external/chromium_org/third_party/brotli/src/woff2/
normalize.cc 15 // Glyph normalization
25 #include "./glyph.h"
42 void NormalizeSimpleGlyphBoundingBox(Glyph* glyph) {
43 if (glyph->contours.empty() || glyph->contours[0].empty()) {
46 int16_t x_min = glyph->contours[0][0].x;
47 int16_t y_min = glyph->contours[0][0].y;
50 for (const auto& contour : glyph->contours) {
58 glyph->x_min = x_min
96 Glyph glyph; local
    [all...]
  /external/harfbuzz_ng/test/api/
test-shape.c 45 hb_codepoint_t glyph,
48 switch (glyph) {
59 hb_codepoint_t *glyph,
63 case 'T': *glyph = 1; return TRUE;
64 case 'e': *glyph = 2; return TRUE;
65 case 's': *glyph = 3; return TRUE;
  /frameworks/rs/
rsFont.cpp 93 void Font::drawCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y) {
96 int32_t nPenX = x + glyph->mBitmapLeft;
97 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight;
99 float u1 = glyph->mBitmapMinU;
100 float u2 = glyph->mBitmapMaxU;
101 float v1 = glyph->mBitmapMinV;
102 float v2 = glyph->mBitmapMaxV;
104 int32_t width = (int32_t) glyph->mBitmapWidth;
105 int32_t height = (int32_t) glyph->mBitmapHeight
328 CachedGlyphInfo *glyph = mCachedGlyphs.valueAt(i); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/letest/
SimpleFontInstance.h 57 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
59 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 178 // Binary search for glyph count.
367 // Construct Glyph to Unicode table.
391 // glyph id in a font file are continuous. So, even if we have ranges,
397 SkAutoTArray<WORD> glyph(count);
401 GetGlyphIndicesW(fontHdc, chars.get(), count, glyph.get(),
403 // If the glyph ID is valid, and the glyph is not mapped, then we will
404 // fill in the char id into the vector. If the glyph is mapped already,
408 // unlikely to have collisions since glyph reuse happens mostly for
411 if (glyph[j] != 0xffff && glyph[j] < glyphCount &
    [all...]
  /external/icu/icu4c/source/test/letest/
SimpleFontInstance.h 57 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
59 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
  /external/icu/icu4c/source/test/perf/leperf/
SimpleFontInstance.h 57 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
59 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
  /external/skia/src/ports/
SkFontHost_win.cpp 178 // Binary search for glyph count.
367 // Construct Glyph to Unicode table.
391 // glyph id in a font file are continuous. So, even if we have ranges,
397 SkAutoTArray<WORD> glyph(count);
401 GetGlyphIndicesW(fontHdc, chars.get(), count, glyph.get(),
403 // If the glyph ID is valid, and the glyph is not mapped, then we will
404 // fill in the char id into the vector. If the glyph is mapped already,
408 // unlikely to have collisions since glyph reuse happens mostly for
411 if (glyph[j] != 0xffff && glyph[j] < glyphCount &
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrTextContext.cpp 49 const SkGlyph& glyph = glyphCacheProc(cache, &text, 0, 0); local
51 x += autokern.adjust(glyph) + glyph.fAdvanceX;
52 y += glyph.fAdvanceY;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttgload.h 5 /* TrueType Glyph Loader (specification). */
51 TT_GlyphSlot glyph,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
t1gload.h 5 /* Type 1 Glyph Loader (specification). */
42 T1_Load_Glyph( FT_GlyphSlot glyph,
  /external/skia/src/gpu/
GrTextContext.cpp 49 const SkGlyph& glyph = glyphCacheProc(cache, &text, 0, 0); local
51 x += autokern.adjust(glyph) + glyph.fAdvanceX;
52 y += glyph.fAdvanceY;

Completed in 1569 milliseconds

1 2 34 5 6 7 8 91011>>