HomeSort by relevance Sort by last modified time
    Searched defs:SkScalerContext (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkScalerContext.cpp 10 #include "SkScalerContext.h"
79 SkScalerContext::SkScalerContext(SkTypeface* typeface, const SkDescriptor* desc)
92 , fPreBlend(fMaskFilter ? SkMaskGamma::PreBlend() : SkScalerContext::GetMaskPreBlend(fRec))
93 , fPreBlendForFilter(fMaskFilter ? SkScalerContext::GetMaskPreBlend(fRec)
98 SkDebugf("SkScalerContext checksum %x count %d length %d\n",
112 SkScalerContext::~SkScalerContext() {
118 void SkScalerContext::getAdvance(SkGlyph* glyph) {
127 void SkScalerContext::getMetrics(SkGlyph* glyph)
    [all...]
SkScalerContext.h 25 * than a nested struct inside SkScalerContext (where it started).
154 class SkScalerContext {
189 SkScalerContext(SkTypeface*, const SkDescriptor*);
190 virtual ~SkScalerContext();
324 SkScalerContext* getContextFromChar(SkUnichar uni, uint16_t* glyphID);
360 unsigned hint = (fFlags & SkScalerContext::kHinting_Mask) >>
361 SkScalerContext::kHinting_Shift;
366 fFlags = (fFlags & ~SkScalerContext::kHinting_Mask) |
367 (hinting << SkScalerContext::kHinting_Shift);

Completed in 52 milliseconds