HomeSort by relevance Sort by last modified time
    Searched refs:glyph (Results 226 - 250 of 263) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/pdfium/core/fpdfapi/font/
cpdf_cidfont.cpp 457 FXFT_Glyph glyph; local
458 err = FXFT_Get_Glyph(((FXFT_Face)face)->glyph, &glyph);
461 FXFT_Glyph_Get_CBox(glyph, FXFT_GLYPH_BBOX_PIXELS, &cbox);
480 FXFT_Done_Glyph(glyph);
  /external/freetype/src/pcf/
pcfdrivr.c 126 result = encodings[mid].glyph + 1;
164 result = encodings[mid].glyph + 1;
178 result = encodings[min].glyph + 1;
499 FT_TRACE1(( "PCF_Glyph_Load: glyph index %d\n", glyph_index ));
  /test/vti/dashboard/src/main/java/com/android/vts/util/
TestResults.java 322 String glyph = ""; local
329 glyph +=
337 "<div class=\"" + classNames + "\">&nbsp;</div>" + glyph;
  /external/freetype/src/psaux/
cffdecode.c 243 /* They use the character code, not the glyph index, in this case. */
266 /* If we are trying to load a composite glyph, do not load the */
270 FT_GlyphSlot glyph = (FT_GlyphSlot)builder->glyph; local
271 FT_GlyphLoader loader = glyph->internal->loader;
296 /* set up remaining glyph fields */
297 glyph->num_subglyphs = 2;
298 glyph->subglyphs = loader->base.subglyphs;
299 glyph->format = FT_GLYPH_FORMAT_COMPOSITE;
323 /* Save the left bearing, advance and glyph width of the base *
    [all...]
psintrp.c 1380 FT_GlyphSlot glyph = (FT_GlyphSlot)decoder->builder.glyph; local
    [all...]
  /external/freetype/src/tools/ftrandom/
ftrandom.c 186 FT_Outline_Decompose( &face->glyph->outline, &outlinefuncs, NULL );
192 FT_Render_Glyph( face->glyph, ft_render_mode_normal );
567 fprintf( out, " --check-outlines Make sure we can parse the outlines of each glyph.\n" );
577 fprintf( out, " --rasterize Attempt to rasterize each glyph.\n" );
  /external/icu/icu4c/source/test/letest/
PortableFontInstance.cpp 362 void PortableFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
364 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph);
395 le_bool PortableFontInstance::getGlyphPoint(LEGlyphID /*glyph*/, le_int32 /*pointNumber*/, LEPoint &/*point*/) const
  /external/icu/icu4c/source/test/perf/leperf/
PortableFontInstance.cpp 370 void PortableFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
372 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyph);
403 le_bool PortableFontInstance::getGlyphPoint(LEGlyphID /*glyph*/, le_int32 /*pointNumber*/, LEPoint &/*point*/) const
  /external/skia/src/pdf/
SkPDFDevice.cpp 1321 const SkGlyph& glyph = cache->getGlyphIDMetrics(gid); local
1329 const SkGlyph& glyph = cache->getGlyphIDMetrics(gid); local
    [all...]
  /external/skia/tools/lua/
glyph-usage.lua 150 io.write("/* runs of unique glyph IDs, with a -1 sentinel between different runs */\n")
  /external/skqp/src/pdf/
SkPDFDevice.cpp 1321 const SkGlyph& glyph = cache->getGlyphIDMetrics(gid); local
1329 const SkGlyph& glyph = cache->getGlyphIDMetrics(gid); local
    [all...]
  /external/skqp/tools/lua/
glyph-usage.lua 150 io.write("/* runs of unique glyph IDs, with a -1 sentinel between different runs */\n")
  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 52 warnings.warn("GSUB/GPOS Coverage is not sorted by glyph ids.")
63 warnings.warn("Coverage table has start glyph ID out of range: %s." % start)
70 warnings.warn("Coverage table has end glyph ID out of range: %s." % end)
113 warnings.warn("GSUB/GPOS Coverage is not sorted by glyph ids.")
126 xmlWriter.simpletag("Glyph", value=glyphName)
231 warnings.warn("ClassDef table has start glyph ID out of range: %s." % start)
235 warnings.warn("ClassDef table has entries for out of range glyph IDs: %s,%s." % (start, len(classList)))
252 warnings.warn("ClassDef table has start glyph ID out of range: %s." % start)
259 warnings.warn("ClassDef table has end glyph ID out of range: %s." % end)
323 xmlWriter.simpletag("ClassDef", [("glyph", glyphName), ("class", cls)]
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 1883 const FXTEXT_GLYPHPOS& glyph = glyphs[i]; local
    [all...]
  /external/skia/src/core/
SkGlyphCache.h 29 return the requested glyph, either instantly if it is already cached, or by first generating
37 /** Returns a glyph with valid fAdvance and fDevKern fields. The remaining fields may be
44 /** Returns a glyph with all fields valid except fImage and fPath, which may be null. If they
53 /** These are variants that take the device position of the glyph. Call these only if you are
65 /** Map the glyph to its Unicode equivalent. Unmappable glyphs map to a character code of zero.
76 /** Return the image associated with the glyph. If it has not been generated this will
81 /** If the advance axis intersects the glyph's path, append the positions scaled and offset
87 /** Return the Path associated with the glyph. If it has not been generated this will trigger
204 // combined glyph/x/y id generated by MakeID. If it is just a glyph i
    [all...]
  /external/skia/src/gpu/text/
GrAtlasTextContext.h 76 void appendText(const SkGlyph& glyph, int count, const char* text, SkPoint glyphPos);
  /external/skqp/src/core/
SkGlyphCache.h 29 return the requested glyph, either instantly if it is already cached, or by first generating
37 /** Returns a glyph with valid fAdvance and fDevKern fields. The remaining fields may be
44 /** Returns a glyph with all fields valid except fImage and fPath, which may be null. If they
53 /** These are variants that take the device position of the glyph. Call these only if you are
65 /** Map the glyph to its Unicode equivalent. Unmappable glyphs map to a character code of zero.
76 /** Return the image associated with the glyph. If it has not been generated this will
81 /** If the advance axis intersects the glyph's path, append the positions scaled and offset
87 /** Return the Path associated with the glyph. If it has not been generated this will trigger
204 // combined glyph/x/y id generated by MakeID. If it is just a glyph i
    [all...]
  /external/freetype/src/base/
ftobjs.c 277 /**** FACE, SIZE & GLYPH SLOT OBJECTS ****/
374 /* unless the rounded box can collapse for a narrow glyph */
501 /* clear all public fields in the glyph slot */
544 /* free glyph loader */
592 slot->next = face->glyph;
593 face->glyph = slot;
624 cur = slot->face->glyph;
631 slot->face->glyph = cur->next;
773 if ( !face || !face->size || !face->glyph )
779 slot = face->glyph;
    [all...]
  /external/freetype/include/freetype/
freetype.h 272 /* A structure to model the metrics of a single glyph. The values */
274 /* @FT_LOAD_NO_SCALE has been used while loading the glyph, values */
279 /* The glyph's width. */
282 /* The glyph's height. */
298 /* mean further below the vertical glyph origin. */
302 /* glyph has a positive advance downward. */
306 /* dimensions of the hinted glyph (in case hinting is applicable). */
308 /* Stroking a glyph with an outside border does not increase */
313 /* it doesn't have an interface to quickly retrieve the glyph height. */
315 /* `vertBearingY + height' after loading a glyph. *
1105 FT_GlyphSlot glyph; member in struct:FT_FaceRec_
    [all...]
  /external/freetype/src/autofit/
afloader.c 5 /* Auto-fitter glyph loading routines (body). */
29 /* Initialize glyph loader. */
41 /* Reset glyph loader and compute globals if necessary. */
70 /* Finalize glyph loader. */
96 FT_GlyphSlot slot = face->glyph;
123 * standard widths for the script of the glyph we are looking at. If
211 /* Load the glyph at index into the current slot of a face and hint it. */
224 FT_GlyphSlot slot = face->glyph;
316 * analysis is done lazily: For each glyph that passes through here,
374 * standard widths can therefore change from one glyph to the next
    [all...]
  /external/skqp/src/gpu/text/
GrAtlasTextBlob.h 170 // Appends a glyph to the blob. If the glyph is too large, the glyph will be appended
176 GrGlyph* glyph,
221 // Distance field text is positioned with the (X,Y) as part of the glyph position,
288 void appendBigGlyph(GrGlyph* glyph, SkGlyphCache* cache, const SkGlyph& skGlyph,
346 * glyph cache to get the path at flush time, or hold onto the path in the cache, which
477 // Forward glyph / vertex information to seed the new sub run
534 // all glyph / vertex offsets are into these pools.
580 * Was regenerate() able to draw all the glyphs from the sub run? If not flush all glyph
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
freetype.h 269 /* A structure used to model the metrics of a single glyph. The */
271 /* @FT_LOAD_NO_SCALE has been used while loading the glyph, values */
276 /* The glyph's width. */
279 /* The glyph's height. */
295 /* mean further below the vertical glyph origin. */
299 /* glyph has a positive advance downward. */
303 /* dimensions of the hinted glyph (in case hinting is applicable). */
305 /* Stroking a glyph with an outside border does not increase */
451 /* module in charge of converting a glyph image to a bitmap, when */
452 /* necessary. Each renderer supports a given glyph image format, and *
1052 FT_GlyphSlot glyph; member in struct:FT_FaceRec_
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 219 /* advance :: The advance width or height for the glyph. */
221 /* bearing :: The left-side or top-side bearing for the glyph. */
438 /* A structure used to hold the big metrics of a given glyph bitmap */
443 /* height :: The glyph height in pixels. */
445 /* width :: The glyph width in pixels. */
481 /* A structure used to hold the small metrics of a given glyph bitmap */
486 /* height :: The glyph height in pixels. */
488 /* width :: The glyph width in pixels. */
522 /* max_width :: The maximum glyph width in pixels. */
1639 FT_GlyphSlot glyph; member in struct:TT_LoaderRec_
    [all...]
  /external/freetype/src/cache/
ftcsbits.c 120 FT_ERROR(( "ftc_snode_load: invalid glyph index" ));
135 FT_GlyphSlot slot = face->glyph;
143 " glyph loaded didn't return a bitmap\n" ));
167 " glyph too large for small bitmap cache\n"));
188 } /* glyph loading successful */
306 /* add the size of a given glyph image */
345 /* check if we need to load the glyph bitmap now */
  /external/freetype/src/gxvalid/
gxvcommn.h 107 (*GXV_Lookup_Value_Validate_Func)( FT_UShort glyph,
387 /***** Glyph ID *****/

Completed in 612 milliseconds

1 2 3 4 5 6 7 8 91011