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

1 2

  /external/skia/src/ports/
SkFontHost_FreeType_common.h 13 #include "SkScalerContext.h"
28 class SkScalerContext_FreeType_Base : public SkScalerContext {
35 : SkScalerContext(desc)
SkFontHost_none.cpp 11 #include "SkScalerContext.h"
40 void SkFontHost::FilterRec(SkScalerContext::Rec* rec, SkTypeface*) {
69 SkScalerContext* SkFontHost::CreateScalerContext(const SkDescriptor* desc) {
SkFontHost_FONTPATH.cpp 305 SkScalerContext* SkFontHost::CreateFallbackScalerContext(
306 const SkScalerContext::Rec& rec)
313 SkScalerContext::Rec* newRec;
316 newRec = reinterpret_cast<SkScalerContext::Rec*>(
SkFontHost_FreeType_common.cpp 134 const bool doBGR = SkToBool(fRec.fFlags & SkScalerContext::kLCD_BGROrder_Flag);
135 const bool doVert = SkToBool(fRec.fFlags & SkScalerContext::kLCD_Vertical_Flag);
143 if (fRec.fFlags & SkScalerContext::kEmbolden_Flag && !(face->style_flags & FT_STYLE_FLAG_BOLD)) {
148 if (fRec.fFlags & SkScalerContext::kSubpixelPositioning_Flag) {
190 if (fRec.fFlags & SkScalerContext::kEmbolden_Flag && !(face->style_flags & FT_STYLE_FLAG_BOLD)) {
310 if (fRec.fFlags & SkScalerContext::kEmbolden_Flag && !(face->style_flags & FT_STYLE_FLAG_BOLD)) {
SkFontHost_FreeType.cpp 21 #include "SkScalerContext.h"
67 static bool isLCD(const SkScalerContext::Rec& rec) {
650 static bool isAxisAligned(const SkScalerContext::Rec& rec) {
656 void SkFontHost::FilterRec(SkScalerContext::Rec* rec, SkTypeface*) {
675 if ((rec->fFlags & SkScalerContext::kSubpixelPositioning_Flag)) {
794 fLCDIsVert = SkToBool(fRec.fFlags & SkScalerContext::kLCD_Vertical_Flag);
799 bool linearMetrics = SkToBool(fRec.fFlags & SkScalerContext::kSubpixelPositioning_Flag);
818 if (fRec.fFlags & SkScalerContext::kAutohinting_Flag)
824 if (fRec.fFlags & SkScalerContext::kAutohinting_Flag) {
843 if ((fRec.fFlags & SkScalerContext::kEmbeddedBitmapText_Flag) == 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_win.cpp 106 static bool isLCD(const SkScalerContext::Rec& rec) {
116 static bool isAxisAligned(const SkScalerContext::Rec& rec) {
122 static bool needToRenderWithSkia(const SkScalerContext::Rec& rec) {
541 class SkScalerContext_Windows : public SkScalerContext {
604 static BYTE compute_quality(const SkScalerContext::Rec& rec) {
612 if (rec.fFlags & SkScalerContext::kGenA8FromLCD_Flag) {
621 : SkScalerContext(desc), fDDC(0), fFont(0), fSavefont(0), fSC(0)
    [all...]
  /external/skia/legacy/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);
162 static SkFontID NextLogicalFont(const SkScalerContext::Rec& rec);
178 static void FilterRec(SkScalerContext::Rec* rec);
SkScalerContext.h 164 class SkScalerContext {
273 SkScalerContext(const SkDescriptor* desc);
274 virtual ~SkScalerContext();
320 static SkScalerContext* Create(const SkDescriptor*);
340 SkScalerContext* getContextFromChar(SkUnichar uni, unsigned& glyphID);
355 SkScalerContext* getNextContext();
359 SkScalerContext* getGlyphContext(const SkGlyph& glyph);
362 SkScalerContext* fNextContext;
SkDescriptor.h 151 #include "SkScalerContext.h"
171 + sizeof(SkDescriptor::Entry) + sizeof(SkScalerContext::Rec) // for rec
  /external/skia/src/core/
SkScalerContext.h 30 * than a nested struct inside SkScalerContext (where it started).
123 class SkScalerContext {
157 SkScalerContext(const SkDescriptor* desc);
158 virtual ~SkScalerContext();
205 static SkScalerContext* Create(const SkDescriptor*);
226 SkScalerContext* getContextFromChar(SkUnichar uni, unsigned& glyphID);
240 SkScalerContext* getNextContext();
244 SkScalerContext* getGlyphContext(const SkGlyph& glyph);
247 SkScalerContext* fNextContext;
283 unsigned hint = (fFlags & SkScalerContext::kHinting_Mask) >
    [all...]
SkScalerContext.cpp 10 #include "SkScalerContext.h"
78 SkScalerContext::SkScalerContext(const SkDescriptor* desc)
92 , fPreBlend(fMaskFilter ? SkMaskGamma::PreBlend() : SkScalerContext::GetMaskPreBlend(fRec))
93 , fPreBlendForFilter(fMaskFilter ? SkScalerContext::GetMaskPreBlend(fRec)
112 SkScalerContext::~SkScalerContext() {
120 static SkScalerContext* allocNextContext(const SkScalerContext::Rec& rec) {
139 SkScalerContext::Rec* newRec
    [all...]
SkGlyphCache.h 17 #include "SkScalerContext.h"
126 SkScalerContext* getScalerContext() const { return fScalerContext; }
221 SkScalerContext* fScalerContext;
SkDescriptor.h 133 #include "SkScalerContext.h"
155 + sizeof(SkDescriptor::Entry) + sizeof(SkScalerContext::Rec) // for rec
  /external/skia/legacy/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) {
136 SkScalerContext::Rec* newRec =
137 (SkScalerContext::Rec*)desc->addEntry(kRec_SkDescriptorTag,
148 SkScalerContext* SkScalerContext::getNextContext()
    [all...]
SkGlyphCache.h 16 #include "SkScalerContext.h"
126 SkScalerContext* getScalerContext() const { return fScalerContext; }
233 SkScalerContext* fScalerContext;
SkPaint.cpp 21 #include "SkScalerContext.h"
    [all...]
  /external/skia/include/core/
SkFontHost.h 16 class SkScalerContext;
46 4) Given a font ID, return a subclass of SkScalerContext, which connects a
140 static SkScalerContext* CreateScalerContext(const SkDescriptor* desc);
SkTypeface.h 192 friend class SkScalerContext;
  /external/skia/legacy/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"
88 static bool isLCD(const SkScalerContext::Rec& rec) {
147 class SkScalerContext_FreeType : public SkScalerContext {
636 static bool isAxisAligned(const SkScalerContext::Rec& rec) {
642 void SkFontHost::FilterRec(SkScalerContext::Rec* rec) {
659 if ((rec->fFlags & SkScalerContext::kSubpixelPositioning_Flag) || isLCD(*rec)) {
683 lum = SkScalerContext::kLuminance_Max;
685 lum = SkScalerContext::kLuminance_Max >> 1;
719 : SkScalerContext(desc) {
804 if (fRec.fFlags & SkScalerContext::kAutohinting_Flag
    [all...]
  /frameworks/base/libs/hwui/font/
CacheTexture.h 22 #include <SkScalerContext.h>

Completed in 304 milliseconds

1 2