Home
last modified time | relevance | path

Searched refs:SkScalerContext (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/core/
DSkScalerContext.cpp135 SkScalerContext::SkScalerContext(const SkDescriptor* desc) in SkScalerContext() function in SkScalerContext
173 SkScalerContext::~SkScalerContext() { in ~SkScalerContext()
181 static SkScalerContext* allocNextContext(const SkScalerContext::Rec& rec) { in allocNextContext()
194 SkScalerContext::Rec* newRec = in allocNextContext()
195 (SkScalerContext::Rec*)desc->addEntry(kRec_SkDescriptorTag, in allocNextContext()
206 SkScalerContext* SkScalerContext::getNextContext() { in getNextContext()
207 SkScalerContext* next = fNextContext; in getNextContext()
223 SkScalerContext* SkScalerContext::getGlyphContext(const SkGlyph& glyph) { in getGlyphContext()
225 SkScalerContext* ctx = this; in getGlyphContext()
245 uint16_t SkScalerContext::charToGlyphID(SkUnichar uni) { in charToGlyphID()
[all …]
DSkPaint.cpp1248 void SkScalerContext::MakeRec(const SkPaint& paint, in MakeRec()
1280 flags |= SkScalerContext::kEmbolden_Flag; in MakeRec()
1296 flags |= SkScalerContext::kDevKernText_Flag; in MakeRec()
1305 flags |= SkScalerContext::kFrameAndFill_Flag; in MakeRec()
1319 rec->fFlags |= SkScalerContext::kEmbeddedBitmapText_Flag; in MakeRec()
1335 SkScalerContext::Rec rec; in descriptorProc()
1337 SkScalerContext::MakeRec(*this, deviceMatrix, &rec); in descriptorProc()
DSkGlyphCache.h192 SkScalerContext* fScalerContext;
DSkGlyphCache.cpp64 fScalerContext = SkScalerContext::Create(desc); in SkGlyphCache()
/external/skia/include/core/
DSkScalerContext.h146 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;
DSkFontHost.h150 static SkScalerContext* CreateScalerContext(const SkDescriptor* desc);
173 static void FilterRec(SkScalerContext::Rec* rec);
DSkDescriptor.h177 + sizeof(SkDescriptor::Entry) + sizeof(SkScalerContext::Rec) // for rec
/external/skia/src/ports/
DSkFontHost_gamma.cpp117 return SkScalerContext::kGammaForBlack_Flag; in ComputeGammaFlag()
121 return SkScalerContext::kGammaForWhite_Flag; in ComputeGammaFlag()
DSkFontHost_FreeType.cpp98 class SkScalerContext_FreeType : public SkScalerContext {
282 void SkFontHost::FilterRec(SkScalerContext::Rec* rec) { in FilterRec()
319 : SkScalerContext(desc) { in SkScalerContext_FreeType()
405 if ((fRec.fFlags & SkScalerContext::kEmbeddedBitmapText_Flag) == 0) in SkScalerContext_FreeType()
989 SkScalerContext* SkFontHost::CreateScalerContext(const SkDescriptor* desc) { in CreateScalerContext()
/external/skia/xcode/graphics.xcodeproj/
Dproject.pbxproj135 …40EDCA64500F77EA2 /* SkScalerContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00B7DFF90E…
286SkScalerContext.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode…
431 00B7DFF90EDCA64500F77EA2 /* SkScalerContext.cpp */,
710 00B7E0540EDCA64500F77EA2 /* SkScalerContext.cpp in Sources */,
/external/skia/
DAndroid.mk153 src/core/SkScalerContext.cpp \
/external/skia/xcode/skia2.xcodeproj/
Dproject.pbxproj189 …B0EE9CDFA0008420F /* SkScalerContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00BE43320E…
503SkScalerContext.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode…
802 00BE43320EE9CDFA0008420F /* SkScalerContext.cpp */,
1213 00BE440B0EE9CDFA0008420F /* SkScalerContext.cpp in Sources */,