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"
82 SkScalerContext::SkScalerContext(SkTypeface* typeface, const SkDescriptor* desc)
96 , fPreBlend(fMaskFilter ? SkMaskGamma::PreBlend() : SkScalerContext::GetMaskPreBlend(fRec))
97 , fPreBlendForFilter(fMaskFilter ? SkScalerContext::GetMaskPreBlend(fRec)
125 SkScalerContext::~SkScalerContext() {
135 SkScalerContext* SkScalerContext::allocNextContext() const {
154 SkScalerContext::Rec* newRec
    [all...]
SkScalerContext.h 29 * than a nested struct inside SkScalerContext (where it started).
118 class SkScalerContext {
153 SkScalerContext(SkTypeface*, const SkDescriptor*);
154 virtual ~SkScalerContext();
243 SkScalerContext* allocNextContext() const;
246 SkScalerContext* getNextContext();
250 SkScalerContext* getGlyphContext(const SkGlyph& glyph);
255 SkScalerContext* getContextFromChar(SkUnichar uni, uint16_t* glyphID);
258 SkScalerContext* fNextContext;
297 unsigned hint = (fFlags & SkScalerContext::kHinting_Mask) >
    [all...]
  /external/skia/src/core/
SkScalerContext.cpp 10 #include "SkScalerContext.h"
82 SkScalerContext::SkScalerContext(SkTypeface* typeface, const SkDescriptor* desc)
96 , fPreBlend(fMaskFilter ? SkMaskGamma::PreBlend() : SkScalerContext::GetMaskPreBlend(fRec))
97 , fPreBlendForFilter(fMaskFilter ? SkScalerContext::GetMaskPreBlend(fRec)
125 SkScalerContext::~SkScalerContext() {
135 SkScalerContext* SkScalerContext::allocNextContext() const {
154 SkScalerContext::Rec* newRec
    [all...]
SkScalerContext.h 29 * than a nested struct inside SkScalerContext (where it started).
118 class SkScalerContext {
153 SkScalerContext(SkTypeface*, const SkDescriptor*);
154 virtual ~SkScalerContext();
243 SkScalerContext* allocNextContext() const;
246 SkScalerContext* getNextContext();
250 SkScalerContext* getGlyphContext(const SkGlyph& glyph);
255 SkScalerContext* getContextFromChar(SkUnichar uni, uint16_t* glyphID);
258 SkScalerContext* fNextContext;
297 unsigned hint = (fFlags & SkScalerContext::kHinting_Mask) >
    [all...]

Completed in 693 milliseconds