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

  /external/skia/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) {
130 SkScalerContext::Rec* newRec =
131 (SkScalerContext::Rec*)desc->addEntry(kRec_SkDescriptorTag,
142 SkScalerContext* SkScalerContext::getNextContext()
    [all...]
SkPaint.cpp 21 #include "SkScalerContext.h"
    [all...]
SkGlyphCache.h 16 #include "SkScalerContext.h"
231 SkScalerContext* fScalerContext;
SkGlyphCache.cpp 58 fScalerContext = SkScalerContext::Create(desc);
  /external/skia/include/core/
SkFontHost.h 13 #include "SkScalerContext.h"
47 4) Given a font ID, return a subclass of SkScalerContext, which connects a
138 static SkScalerContext* CreateScalerContext(const SkDescriptor* desc);
169 static void FilterRec(SkScalerContext::Rec* rec);
SkScalerContext.h 159 class SkScalerContext {
265 SkScalerContext(const SkDescriptor* desc);
266 virtual ~SkScalerContext();
308 static SkScalerContext* Create(const SkDescriptor*);
341 SkScalerContext* getNextContext();
345 SkScalerContext* getGlyphContext(const SkGlyph& glyph);
348 SkScalerContext* fNextContext;
SkDescriptor.h 151 #include "SkScalerContext.h"
171 + sizeof(SkDescriptor::Entry) + sizeof(SkScalerContext::Rec) // for rec
  /external/skia/src/ports/
SkFontHost_none.cpp 38 void SkFontHost::FilterRec(SkScalerContext::Rec* rec) {
67 SkScalerContext* SkFontHost::CreateScalerContext(const SkDescriptor* desc) {
SkFontHost_FONTPATH.cpp 304 SkScalerContext* SkFontHost::CreateFallbackScalerContext(
305 const SkScalerContext::Rec& rec)
312 SkScalerContext::Rec* newRec;
315 newRec = reinterpret_cast<SkScalerContext::Rec*>(
SkFontHost_win.cpp 42 static bool isLCD(const SkScalerContext::Rec& rec) {
52 static bool isAxisAligned(const SkScalerContext::Rec& rec) {
58 static bool needToRenderWithSkia(const SkScalerContext::Rec& rec) {
413 class SkScalerContext_Windows : public SkScalerContext {
463 static BYTE compute_quality(const SkScalerContext::Rec& rec) {
471 if (rec.fFlags & SkScalerContext::kGenA8FromLCD_Flag) {
480 : SkScalerContext(desc), fDDC(0), fFont(0), fSavefont(0), fSC(0)
    [all...]
SkFontHost_ascender.cpp 8 #include "SkScalerContext.h"
26 class SkScalerContext_Ascender : public SkScalerContext {
51 : SkScalerContext(desc)
226 SkScalerContext* SkFontHost::CreateScalerContext(const SkDescriptor* desc)
SkFontHost_FreeType.cpp 18 #include "SkScalerContext.h"
78 static bool isLCD(const SkScalerContext::Rec& rec) {
137 class SkScalerContext_FreeType : public SkScalerContext {
625 static bool isAxisAligned(const SkScalerContext::Rec& rec) {
631 void SkFontHost::FilterRec(SkScalerContext::Rec* rec) {
648 if ((rec->fFlags & SkScalerContext::kSubpixelPositioning_Flag) || isLCD(*rec)) {
672 lum = SkScalerContext::kLuminance_Max;
674 lum = SkScalerContext::kLuminance_Max >> 1;
701 : SkScalerContext(desc) {
785 if (fRec.fFlags & SkScalerContext::kAutohinting_Flag
    [all...]
SkFontHost_mac_atsui.cpp 74 class SkScalerContext_Mac : public SkScalerContext {
100 void SkFontHost::FilterRec(SkScalerContext::Rec* rec) {
118 : SkScalerContext(desc), fLayout(0), fStyle(0)
240 if ((fRec.fFlags & SkScalerContext::kSubpixelPositioning_Flag) == 0) {
483 SkScalerContext* SkFontHost::CreateScalerContext(const SkDescriptor* desc) {
SkFontHost_mac_coretext.cpp 571 class SkScalerContext_Mac : public SkScalerContext {
619 : SkScalerContext(desc)
    [all...]
  /frameworks/base/libs/hwui/
FontRenderer.h 25 #include <SkScalerContext.h>
  /external/skia/
Android.mk 141 src/core/SkScalerContext.cpp \
  /frameworks/base/core/jni/
android_view_GLES20Canvas.cpp 40 #include <SkScalerContext.h>
    [all...]

Completed in 104 milliseconds