HomeSort by relevance Sort by last modified time
    Searched refs:SkScalerContext (Results 1 - 10 of 10) 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...]
SkGlyphCache.h 24 #include "SkScalerContext.h"
192 SkScalerContext* fScalerContext;
SkPaint.cpp 26 #include "SkScalerContext.h"
    [all...]
SkGlyphCache.cpp 64 fScalerContext = SkScalerContext::Create(desc);
  /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;
SkFontHost.h 20 #include "SkScalerContext.h"
55 4) Given a font ID, return a subclass of SkScalerContext, which connects a
150 static SkScalerContext* CreateScalerContext(const SkDescriptor* desc);
173 static void FilterRec(SkScalerContext::Rec* rec);
224 /** Return SkScalerContext gamma flag, or 0, based on the paint that will be
SkDescriptor.h 157 #include "SkScalerContext.h"
177 + sizeof(SkDescriptor::Entry) + sizeof(SkScalerContext::Rec) // for rec
  /external/skia/src/ports/
SkFontHost_gamma.cpp 117 return SkScalerContext::kGammaForBlack_Flag;
121 return SkScalerContext::kGammaForWhite_Flag;
SkFontHost_FreeType.cpp 19 #include "SkScalerContext.h"
98 class SkScalerContext_FreeType : public SkScalerContext {
282 void SkFontHost::FilterRec(SkScalerContext::Rec* rec) {
319 : SkScalerContext(desc) {
405 if ((fRec.fFlags & SkScalerContext::kEmbeddedBitmapText_Flag) == 0)
989 SkScalerContext* SkFontHost::CreateScalerContext(const SkDescriptor* desc) {
    [all...]
  /external/skia/
Android.mk 153 src/core/SkScalerContext.cpp \

Completed in 2826 milliseconds