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

<<1112131415

  /external/chromium_org/third_party/skia/src/utils/debugger/
SkObjectParser.cpp 361 for (const uint16_t* glyph = begin; glyph < end; ++glyph) {
363 decodedText->appendHex(*glyph);
  /external/freetype/src/psaux/
psobjs.h 158 FT_GlyphSlot glyph,
t1decode.c 117 /* Looks up a given glyph by its StandardEncoding charcode. Used to */
126 /* A glyph index in the font face. Returns -1 if the corresponding */
127 /* glyph wasn't found. */
230 " glyph names table not available in this font\n" ));
255 /* if we are trying to load a composite glyph, do not load the */
259 FT_GlyphSlot glyph = (FT_GlyphSlot)decoder->builder.glyph; local
260 FT_GlyphLoader loader = glyph->internal->loader;
285 /* set up remaining glyph fields */
286 glyph->num_subglyphs = 2
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
psobjs.h 158 FT_GlyphSlot glyph,
t1decode.c 117 /* Looks up a given glyph by its StandardEncoding charcode. Used to */
126 /* A glyph index in the font face. Returns -1 if the corresponding */
127 /* glyph wasn't found. */
230 " glyph names table not available in this font\n" ));
255 /* if we are trying to load a composite glyph, do not load the */
259 FT_GlyphSlot glyph = (FT_GlyphSlot)decoder->builder.glyph; local
260 FT_GlyphLoader loader = glyph->internal->loader;
285 /* set up remaining glyph fields */
286 glyph->num_subglyphs = 2
    [all...]
  /external/skia/src/utils/debugger/
SkObjectParser.cpp 361 for (const uint16_t* glyph = begin; glyph < end; ++glyph) {
363 decodedText->appendHex(*glyph);
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_D_T_.py 78 # Go through the bitmap glyph data. Just in case the data for a glyph
88 # Handle the data placement based on seeing the glyph or not.
89 # Just save a reference to the location if the glyph has already
97 glyph = curGlyphDict[curName]
98 objectId = id(glyph)
100 data = glyph.compile(ttFont)
127 glyph = curGlyphDict[curName]
129 # For now if both metrics exist go with glyph metrics.
130 if hasattr(glyph, 'metrics')
    [all...]
  /external/chromium_org/ui/gfx/
render_text_harfbuzz.cc 34 // Maps from code points to glyph indices in a font.
63 // Outputs the |width| and |extents| of the glyph with index |codepoint| in
74 uint16_t glyph = codepoint; local
76 paint->getTextWidths(&glyph, sizeof(glyph), &sk_width, &sk_bounds);
89 // Writes the |glyph| index for the given |unicode| code point. Returns whether
90 // the glyph exists, i.e. it is not a missing glyph.
95 hb_codepoint_t* glyph,
106 *glyph = (*cache)[unicode]
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SimpleFontData.cpp 89 Glyph digitZeroGlyph = glyphPageZero->glyphForCharacter(digitZeroChar);
106 WTF_LOG_ERROR("Failed to get glyph page zero.");
114 m_missingGlyphData.glyph = 0;
131 // Force the glyph for ZERO WIDTH SPACE to have zero width, unless it is shared with SPACE.
132 // Helvetica is an example of a non-zero width ZERO WIDTH SPACE glyph.
134 // Ask for the glyph for 0 to avoid paging in ZERO WIDTH SPACE. Control characters, including 0,
135 // are mapped to the ZERO WIDTH SPACE glyph.
138 WTF_LOG_ERROR("Font maps SPACE and ZERO WIDTH SPACE to the same glyph. Glyph width will not be overridden.");
142 m_missingGlyphData.glyph = 0
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
fttrace.h 33 FT_TRACE_DEF( glyph ) /* glyph management (ftglyph.c) */
34 FT_TRACE_DEF( gloader ) /* glyph loader (ftgloadr.c) */
59 FT_TRACE_DEF( ttgload ) /* TT glyph loader (ttgload.c) */
  /external/chromium_org/third_party/freetype/src/psaux/
t1decode.c 117 /* Looks up a given glyph by its StandardEncoding charcode. Used to */
126 /* A glyph index in the font face. Returns -1 if the corresponding */
127 /* glyph wasn't found. */
230 " glyph names table not available in this font\n" ));
255 /* if we are trying to load a composite glyph, do not load the */
259 FT_GlyphSlot glyph = (FT_GlyphSlot)decoder->builder.glyph; local
260 FT_GlyphLoader loader = glyph->internal->loader;
285 /* set up remaining glyph fields */
286 glyph->num_subglyphs = 2
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.h 126 const FT_ULong glyph; member in struct:SPH_TweakRule_
136 const FT_ULong glyph; member in struct:SPH_ScaleRule_
199 FT_UInt glyphSize; /* glyph instructions buffer size */
200 FT_Byte* glyphIns; /* glyph instructions buffer */
241 FT_Bool is_composite; /* true if the glyph is composite */
283 FT_Bool iup_called; /* IUP called for glyph? */
342 /* Only the glyph loader and debugger should call this function. */
  /external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 170 // Sort and uniquify glyph ids.
172 glyph_id_remaining.insert(0); // Always include glyph id 0.
177 // Identify if any given glyph id maps to a composite glyph. If so, include
178 // the glyphs referenced by that composite glyph.
184 // Invalid glyph id, ignore.
190 // Empty glyph, ignore.
195 GlyphPtr glyph; local
196 glyph.Attach(glyph_table->GetGlyph(offset, length));
197 if (glyph == NULL)
254 GlyphPtr glyph; local
    [all...]
  /external/fonttools/Lib/fontTools/pens/
basePen.py 109 """Add a sub glyph. The 'transformation' argument must be a 6-tuple
191 of the base glyph and draws it onto self.
195 glyph = self.glyphSet[glyphName]
200 glyph.draw(tPen)
  /external/freetype/include/internal/
fttrace.h 33 FT_TRACE_DEF( glyph ) /* glyph management (ftglyph.c) */
34 FT_TRACE_DEF( gloader ) /* glyph loader (ftgloadr.c) */
59 FT_TRACE_DEF( ttgload ) /* TT glyph loader (ttgload.c) */
  /external/freetype/src/truetype/
ttinterp.h 126 const FT_ULong glyph; member in struct:SPH_TweakRule_
136 const FT_ULong glyph; member in struct:SPH_ScaleRule_
199 FT_UInt glyphSize; /* glyph instructions buffer size */
200 FT_Byte* glyphIns; /* glyph instructions buffer */
241 FT_Bool is_composite; /* true if the glyph is composite */
281 FT_Bool iup_called; /* IUP called for glyph? */
340 /* Only the glyph loader and debugger should call this function. */
  /external/icu/icu4c/source/layout/
ArabicLayoutEngine.cpp 29 le_bool CharSubstitutionFilter::accept(LEGlyphID glyph) const
31 return fFontInstance->canDisplay((LEUnicode) glyph);
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
fttrace.h 33 FT_TRACE_DEF( glyph ) /* glyph management (ftglyph.c) */
34 FT_TRACE_DEF( gloader ) /* glyph loader (ftgloadr.c) */
59 FT_TRACE_DEF( ttgload ) /* TT glyph loader (ttgload.c) */
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
fttrace.h 33 FT_TRACE_DEF( glyph ) /* glyph management (ftglyph.c) */
34 FT_TRACE_DEF( gloader ) /* glyph loader (ftgloadr.c) */
59 FT_TRACE_DEF( ttgload ) /* TT glyph loader (ttgload.c) */
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttinterp.h 126 const FT_ULong glyph; member in struct:SPH_TweakRule_
136 const FT_ULong glyph; member in struct:SPH_ScaleRule_
199 FT_UInt glyphSize; /* glyph instructions buffer size */
200 FT_Byte* glyphIns; /* glyph instructions buffer */
241 FT_Bool is_composite; /* true if the glyph is composite */
283 FT_Bool iup_called; /* IUP called for glyph? */
342 /* Only the glyph loader and debugger should call this function. */
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 170 // Sort and uniquify glyph ids.
172 glyph_id_remaining.insert(0); // Always include glyph id 0.
177 // Identify if any given glyph id maps to a composite glyph. If so, include
178 // the glyphs referenced by that composite glyph.
184 // Invalid glyph id, ignore.
190 // Empty glyph, ignore.
195 GlyphPtr glyph; local
196 glyph.Attach(glyph_table->GetGlyph(offset, length));
197 if (glyph == NULL)
254 GlyphPtr glyph; local
    [all...]
  /frameworks/base/libs/hwui/
FontRenderer.h 149 void cacheBitmap(const SkGlyph& glyph, CachedGlyphInfo* cachedGlyph,
151 CacheTexture* cacheBitmapInTexture(Vector<CacheTexture*>& cacheTextures, const SkGlyph& glyph,
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape.cc 529 /* Change glyph origin to what GPOS expects, apply GPOS, change it back. */
706 hb_codepoint_t glyph; local
707 if (font->get_glyph (u, 0, &glyph))
708 glyphs->add (glyph);
712 if (m != u && font->get_glyph (m, 0, &glyph))
713 glyphs->add (glyph);
hb-buffer.cc 69 * In that case, swap_buffers() is no-op and the glyph operations operate
217 hb_glyph_info_t *glyph; local
221 glyph = &info[len];
223 memset (glyph, 0, sizeof (*glyph));
224 glyph->codepoint = codepoint;
225 glyph->mask = 1;
226 glyph->cluster = cluster;
1183 * Returns buffer glyph information array. Returned pointer
1186 * Return value: (transfer none) (array length=length): buffer glyph information array
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape.cc 543 * is positioned hanging over the previous glyph. When
545 * hanging over the next glyph after the final reordering.
576 /* Change glyph origin to what GPOS expects, apply GPOS, change it back. */
753 hb_codepoint_t glyph; local
754 if (font->get_glyph (u, 0, &glyph))
755 glyphs->add (glyph);
759 if (m != u && font->get_glyph (m, 0, &glyph))
760 glyphs->add (glyph);

Completed in 970 milliseconds

<<1112131415