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

/external/skia/src/core/
H A DSkScalerContext.cpp10 #include "SkScalerContext.h"
79 SkScalerContext::SkScalerContext(SkTypeface* typeface, const SkDescriptor* desc) function in class:SkScalerContext
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
[all...]
H A DSkScalerContext.h25 * than a nested struct inside SkScalerContext (where it started).
154 class SkScalerContext { class
189 SkScalerContext(SkTypeface*, const SkDescriptor*);
190 virtual ~SkScalerContext();
321 SkScalerContext* getContextFromChar(SkUnichar uni, uint16_t* glyphID);
357 unsigned hint = (fFlags & SkScalerContext::kHinting_Mask) >>
358 SkScalerContext::kHinting_Shift;
363 fFlags = (fFlags & ~SkScalerContext::kHinting_Mask) |
364 (hinting << SkScalerContext::kHinting_Shift);

Completed in 105 milliseconds