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

  /external/skia/src/core/
SkScalerContext.cpp 1 /* libs/graphics/sgl/SkScalerContext.cpp
18 #include "SkScalerContext.h"
135 SkScalerContext::SkScalerContext(const SkDescriptor* desc)
173 SkScalerContext::~SkScalerContext() {
181 static SkScalerContext* allocNextContext(const SkScalerContext::Rec& rec) {
194 SkScalerContext::Rec* newRec =
195 (SkScalerContext::Rec*)desc->addEntry(kRec_SkDescriptorTag
    [all...]
  /external/skia/include/core/
SkScalerContext.h 146 class SkScalerContext {
200 SkScalerContext(const SkDescriptor* desc);
201 virtual ~SkScalerContext();
229 static SkScalerContext* Create(const SkDescriptor*);
256 SkScalerContext* getNextContext();
260 SkScalerContext* getGlyphContext(const SkGlyph& glyph);
263 SkScalerContext* fNextContext;

Completed in 591 milliseconds