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

  /external/chromium_org/third_party/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).
110 class SkScalerContext {
145 SkScalerContext(SkTypeface*, const SkDescriptor*);
146 virtual ~SkScalerContext();
275 SkScalerContext* getContextFromChar(SkUnichar uni, uint16_t* glyphID);
311 unsigned hint = (fFlags & SkScalerContext::kHinting_Mask) >>
312 SkScalerContext::kHinting_Shift;
317 fFlags = (fFlags & ~SkScalerContext::kHinting_Mask) |
318 (hinting << SkScalerContext::kHinting_Shift);
  /external/skia/src/core/
SkScalerContext.cpp 10 #include "SkScalerContext.h"
83 SkScalerContext::SkScalerContext(SkTypeface* typeface, const SkDescriptor* desc)
99 , fPreBlend(fMaskFilter ? SkMaskGamma::PreBlend() : SkScalerContext::GetMaskPreBlend(fRec))
100 , fPreBlendForFilter(fMaskFilter ? SkScalerContext::GetMaskPreBlend(fRec)
105 SkDebugf("SkScalerContext checksum %x count %d length %d\n",
128 SkScalerContext::~SkScalerContext() {
138 SkScalerContext* SkScalerContext::allocNextContext() const
    [all...]
SkScalerContext.h 29 * than a nested struct inside SkScalerContext (where it started).
115 class SkScalerContext {
150 SkScalerContext(SkTypeface*, const SkDescriptor*);
151 virtual ~SkScalerContext();
292 SkScalerContext* allocNextContext() const;
295 SkScalerContext* getNextContext();
299 SkScalerContext* getGlyphContext(const SkGlyph& glyph);
304 SkScalerContext* getContextFromChar(SkUnichar uni, uint16_t* glyphID);
307 SkScalerContext* fNextContext;
346 unsigned hint = (fFlags & SkScalerContext::kHinting_Mask) >
    [all...]

Completed in 49 milliseconds