HomeSort by relevance Sort by last modified time
    Searched defs:glyph (Results 126 - 136 of 136) sorted by null

1 2 3 4 56

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp 108 const SkGlyph& glyph = glyphCacheProc(cache, &start, 0, 0); local
109 xAdv += glyph.fAdvanceX;
110 yAdv += glyph.fAdvanceY;
137 // Make sure we have a glyph id encoding.
146 // For user supplied glyph ids we need to validate them.
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp 330 CGRGBPixel* getCG(const SkScalerContext_Mac& context, const SkGlyph& glyph,
652 void generateAdvance(SkGlyph* glyph) SK_OVERRIDE;
653 void generateMetrics(SkGlyph* glyph) SK_OVERRIDE;
654 void generateImage(const SkGlyph& glyph) SK_OVERRIDE;
655 void generatePath(const SkGlyph& glyph, SkPath* path) SK_OVERRIDE;
765 CGRGBPixel* Offscreen::getCG(const SkScalerContext_Mac& context, const SkGlyph& glyph,
779 if (SkMask::kBW_Format != glyph.fMaskFormat) {
785 if (!generateA8FromLCD && SkMask::kA8_Format == glyph.fMaskFormat) {
791 if (!fCG || fSize.fWidth < glyph.fWidth || fSize.fHeight < glyph.fHeight)
1449 CGGlyph glyph; local
1497 CGGlyph glyph; local
1509 CGGlyph glyph = gId; local
    [all...]
SkFontHost_win_dw.cpp 208 const void* DWriteOffscreen::draw(const SkGlyph& glyph, bool isBW) {
212 if (fWidth < glyph.fWidth || fHeight < glyph.fHeight) {
213 fWidth = SkMax32(fWidth, glyph.fWidth);
214 fHeight = SkMax32(fHeight, glyph.fHeight);
226 fXform.dx = SkFixedToFloat(glyph.getSubXFixed());
227 fXform.dy = SkFixedToFloat(glyph.getSubYFixed());
231 UINT16 index = glyph.getGlyphID();
265 "Could not create glyph run analysis.");
267 //NOTE: this assumes that the glyph has already been measure
1414 UINT16 glyph; local
1424 UINT16 glyph; local
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 150 /* advance :: The advance width or height for the glyph. */
152 /* bearing :: The left-side or top-side bearing for the glyph. */
333 /* A structure used to hold the big metrics of a given glyph bitmap */
338 /* height :: The glyph height in pixels. */
340 /* width :: The glyph width in pixels. */
376 /* A structure used to hold the small metrics of a given glyph bitmap */
381 /* height :: The glyph height in pixels. */
383 /* width :: The glyph width in pixels. */
417 /* max_width :: The maximum glyph width in pixels. */
481 /* first_glyph :: The first glyph index in the range. *
1390 FT_GlyphSlot glyph; member in struct:TT_LoaderRec_
    [all...]
  /external/pixman/pixman/
pixman.h 937 const void *glyph; member in struct:__anon24446
    [all...]
  /external/skia/src/core/
SkDraw.cpp 1451 const SkGlyph& glyph = glyphCacheProc(cache, &text, 0, 0); local
1808 const SkGlyph& glyph = glyphCacheProc(cache, &text, fx & fxMask, fy & fyMask); local
1975 const SkGlyph& glyph = glyphCacheProc(cache, &text, 0, 0); local
2091 const SkGlyph& glyph = glyphCacheProc(cache, &text, local
2116 const SkGlyph& glyph = glyphCacheProc(cache, &currentText, local
2132 const SkGlyph& glyph = glyphCacheProc(cache, &text, 0, 0); local
2147 const SkGlyph& glyph = glyphCacheProc(cache, &text, 0, 0); local
    [all...]
SkPaint.cpp 479 const SkGlyph& glyph = cache->getUnicharMetrics(text); local
482 return glyph;
490 const SkGlyph& glyph = cache->getGlyphIDMetrics(glyphId); local
493 return glyph;
496 const void* SkPaint::findImage(const SkGlyph& glyph,
502 const void* image = cache->findImage(glyph);
1043 static SkFixed advance(const SkGlyph& glyph, int xyIndex) {
1045 return (&glyph.fAdvanceX)[xyIndex];
2567 const SkGlyph& glyph = fGlyphCacheProc(fCache, &fText); local
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 108 const SkGlyph& glyph = glyphCacheProc(cache, &start, 0, 0); local
109 xAdv += glyph.fAdvanceX;
110 yAdv += glyph.fAdvanceY;
137 // Make sure we have a glyph id encoding.
146 // For user supplied glyph ids we need to validate them.
    [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp 330 CGRGBPixel* getCG(const SkScalerContext_Mac& context, const SkGlyph& glyph,
652 void generateAdvance(SkGlyph* glyph) SK_OVERRIDE;
653 void generateMetrics(SkGlyph* glyph) SK_OVERRIDE;
654 void generateImage(const SkGlyph& glyph) SK_OVERRIDE;
655 void generatePath(const SkGlyph& glyph, SkPath* path) SK_OVERRIDE;
765 CGRGBPixel* Offscreen::getCG(const SkScalerContext_Mac& context, const SkGlyph& glyph,
779 if (SkMask::kBW_Format != glyph.fMaskFormat) {
785 if (!generateA8FromLCD && SkMask::kA8_Format == glyph.fMaskFormat) {
791 if (!fCG || fSize.fWidth < glyph.fWidth || fSize.fHeight < glyph.fHeight)
1449 CGGlyph glyph; local
1497 CGGlyph glyph; local
1509 CGGlyph glyph = gId; local
    [all...]
SkFontHost_win_dw.cpp 208 const void* DWriteOffscreen::draw(const SkGlyph& glyph, bool isBW) {
212 if (fWidth < glyph.fWidth || fHeight < glyph.fHeight) {
213 fWidth = SkMax32(fWidth, glyph.fWidth);
214 fHeight = SkMax32(fHeight, glyph.fHeight);
226 fXform.dx = SkFixedToFloat(glyph.getSubXFixed());
227 fXform.dy = SkFixedToFloat(glyph.getSubYFixed());
231 UINT16 index = glyph.getGlyphID();
265 "Could not create glyph run analysis.");
267 //NOTE: this assumes that the glyph has already been measure
1414 UINT16 glyph; local
1424 UINT16 glyph; local
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js 16951 var glyph = ''; variable
    [all...]

Completed in 194 milliseconds

1 2 3 4 56