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

  /external/skia/legacy/src/core/
SkScalerContext.cpp 10 #include "SkScalerContext.h"
74 SkScalerContext::SkScalerContext(const SkDescriptor* desc)
109 SkScalerContext::~SkScalerContext() {
117 static SkScalerContext* allocNextContext(const SkScalerContext::Rec& rec) {
136 SkScalerContext::Rec* newRec =
137 (SkScalerContext::Rec*)desc->addEntry(kRec_SkDescriptorTag,
148 SkScalerContext* SkScalerContext::getNextContext()
    [all...]
  /external/skia/src/core/
SkScalerContext.cpp 10 #include "SkScalerContext.h"
78 SkScalerContext::SkScalerContext(const SkDescriptor* desc)
92 , fPreBlend(fMaskFilter ? SkMaskGamma::PreBlend() : SkScalerContext::GetMaskPreBlend(fRec))
93 , fPreBlendForFilter(fMaskFilter ? SkScalerContext::GetMaskPreBlend(fRec)
112 SkScalerContext::~SkScalerContext() {
120 static SkScalerContext* allocNextContext(const SkScalerContext::Rec& rec) {
139 SkScalerContext::Rec* newRec
    [all...]
SkScalerContext.h 30 * than a nested struct inside SkScalerContext (where it started).
123 class SkScalerContext {
157 SkScalerContext(const SkDescriptor* desc);
158 virtual ~SkScalerContext();
205 static SkScalerContext* Create(const SkDescriptor*);
226 SkScalerContext* getContextFromChar(SkUnichar uni, unsigned& glyphID);
240 SkScalerContext* getNextContext();
244 SkScalerContext* getGlyphContext(const SkGlyph& glyph);
247 SkScalerContext* fNextContext;
283 unsigned hint = (fFlags & SkScalerContext::kHinting_Mask) >
    [all...]
  /external/skia/legacy/include/core/
SkScalerContext.h 164 class SkScalerContext {
273 SkScalerContext(const SkDescriptor* desc);
274 virtual ~SkScalerContext();
320 static SkScalerContext* Create(const SkDescriptor*);
340 SkScalerContext* getContextFromChar(SkUnichar uni, unsigned& glyphID);
355 SkScalerContext* getNextContext();
359 SkScalerContext* getGlyphContext(const SkGlyph& glyph);
362 SkScalerContext* fNextContext;

Completed in 83 milliseconds