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"
83 SkScalerContext::SkScalerContext(SkTypeface* typeface, const SkDescriptor* desc)
99 , fPreBlend(fMaskFilter ? SkMaskGamma::PreBlend() : SkScalerContext::GetMaskPreBlend(fRec))
100 , fPreBlendForFilter(fMaskFilter ? SkScalerContext::GetMaskPreBlend(fRec)
128 SkScalerContext::~SkScalerContext() {
138 SkScalerContext* SkScalerContext::allocNextContext() const {
157 SkScalerContext::Rec* newRec
    [all...]
SkScalerContext.h 29 * than a nested struct inside SkScalerContext (where it started).
115 class SkScalerContext {
150 SkScalerContext(SkTypeface*, const SkDescriptor*);
151 virtual ~SkScalerContext();
281 SkScalerContext* allocNextContext() const;
284 SkScalerContext* getNextContext();
288 SkScalerContext* getGlyphContext(const SkGlyph& glyph);
293 SkScalerContext* getContextFromChar(SkUnichar uni, uint16_t* glyphID);
296 SkScalerContext* fNextContext;
335 unsigned hint = (fFlags & SkScalerContext::kHinting_Mask) >
    [all...]
  /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)
128 SkScalerContext::~SkScalerContext() {
138 SkScalerContext* SkScalerContext::allocNextContext() const {
157 SkScalerContext::Rec* newRec
    [all...]
SkScalerContext.h 29 * than a nested struct inside SkScalerContext (where it started).
115 class SkScalerContext {
150 SkScalerContext(SkTypeface*, const SkDescriptor*);
151 virtual ~SkScalerContext();
281 SkScalerContext* allocNextContext() const;
284 SkScalerContext* getNextContext();
288 SkScalerContext* getGlyphContext(const SkGlyph& glyph);
293 SkScalerContext* getContextFromChar(SkUnichar uni, uint16_t* glyphID);
296 SkScalerContext* fNextContext;
335 unsigned hint = (fFlags & SkScalerContext::kHinting_Mask) >
    [all...]

Completed in 27 milliseconds