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"
131 SkScalerContext::SkScalerContext(const SkDescriptor* desc)
171 SkScalerContext::~SkScalerContext() {
179 static SkScalerContext* allocNextContext(const SkScalerContext::Rec& rec) {
192 SkScalerContext::Rec* newRec =
193 (SkScalerContext::Rec*)desc->addEntry(kRec_SkDescriptorTag
    [all...]
  /external/skia/include/core/
SkScalerContext.h 167 class SkScalerContext {
226 SkScalerContext(const SkDescriptor* desc);
227 virtual ~SkScalerContext();
259 static SkScalerContext* Create(const SkDescriptor*);
286 SkScalerContext* getNextContext();
290 SkScalerContext* getGlyphContext(const SkGlyph& glyph);
293 SkScalerContext* fNextContext;

Completed in 828 milliseconds