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

  /external/skia/src/core/
SkGlyph.h 32 uint8_t fMaskFormat;
39 fMaskFormat = MASK_FORMAT_UNKNOWN;
62 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);
66 return MASK_FORMAT_JUST_ADVANCE == fMaskFormat;
70 return MASK_FORMAT_JUST_ADVANCE != fMaskFormat;
99 fImage, fPath, fID, fMaskFormat fields.
SkScalerContext.cpp 34 mask->fFormat = static_cast<SkMask::Format>(fMaskFormat);
40 switch (fMaskFormat) {
105 rec->fMaskFormat, rec->fStrokeJoin);
267 glyph->fMaskFormat = MASK_FORMAT_JUST_ADVANCE;
292 glyph->fMaskFormat = 0;
330 if (SkMask::kARGB32_Format != glyph->fMaskFormat) {
331 glyph->fMaskFormat = fRec.fMaskFormat;
351 glyph->fMaskFormat = dst.fFormat;
364 glyph->fMaskFormat = fRec.fMaskFormat
    [all...]
SkScalerContext.h 88 uint8_t fMaskFormat;
104 return static_cast<SkMask::Format>(fMaskFormat);
142 // these should only ever be set if fMaskFormat is LCD16 or LCD32
146 // Generate A8 from LCD source (for GDI), only meaningful if fMaskFormat is kA8
147 // Perhaps we can store this (instead) in fMaskFormat, in hight bit?
161 return (SkMask::Format)fRec.fMaskFormat;
SkPaint.cpp     [all...]
SkDraw.cpp     [all...]
  /external/skia/legacy/include/core/
SkScalerContext.h 46 uint8_t fMaskFormat;
53 fMaskFormat = MASK_FORMAT_UNKNOWN;
76 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);
80 return MASK_FORMAT_JUST_ADVANCE == fMaskFormat;
84 return MASK_FORMAT_JUST_ADVANCE != fMaskFormat;
113 fImage, fPath, fID, fMaskFormat fields.
181 // these should only ever be set if fMaskFormat is LCD16 or LCD32
185 // Generate A8 from LCD source (for GDI), only meaningful if fMaskFormat is kA8
186 // Perhaps we can store this (instead) in fMaskFormat, in hight bit?
221 uint8_t fMaskFormat;
    [all...]
  /external/skia/src/gpu/
GrAtlas.h 27 GrMaskFormat getMaskFormat() const { return fMaskFormat; }
52 GrMaskFormat fMaskFormat;
GrTextStrike.h 37 GrMaskFormat getMaskFormat() const { return fMaskFormat; }
64 GrMaskFormat fMaskFormat;
GrTextStrike.cpp 139 fMaskFormat = format;
188 int bytesPerPixel = GrMaskFormatBytesPerPixel(fMaskFormat);
200 fMaskFormat,
GrAtlas.cpp 56 fMaskFormat = format;
97 const int bpp = GrMaskFormatBytesPerPixel(fMaskFormat);
SkGrFontScaler.cpp 156 if (SkMask::kBW_Format == glyph.fMaskFormat) {
  /external/skia/legacy/src/core/
SkScalerContext.cpp 30 mask->fFormat = static_cast<SkMask::Format>(fMaskFormat);
36 switch (fMaskFormat) {
94 rec->fMaskFormat, rec->fStrokeJoin);
264 glyph->fMaskFormat = MASK_FORMAT_JUST_ADVANCE;
289 glyph->fMaskFormat = 0;
327 if (SkMask::kARGB32_Format != glyph->fMaskFormat) {
328 glyph->fMaskFormat = fRec.fMaskFormat;
345 glyph->fMaskFormat = dst.fFormat;
358 glyph->fMaskFormat = fRec.fMaskFormat
    [all...]
SkPaint.cpp     [all...]
SkDraw.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 166 if (SkMask::kLCD16_Format == glyph.fMaskFormat) {
181 (SkMask::Format)fRec.fMaskFormat);
204 glyph.fMaskFormat == SkMask::kBW_Format)) {
217 glyph.fMaskFormat == SkMask::kA8_Format) {
238 } else if (SkMask::kLCD16_Format == glyph.fMaskFormat) {
260 if (SkMask::kA8_Format == glyph.fMaskFormat && fPreBlend.isApplicable()) {
SkFontHost_win.cpp 107 return SkMask::kLCD16_Format == rec.fMaskFormat ||
108 SkMask::kLCD32_Format == rec.fMaskFormat;
129 if (SkMask::kA8_Format == rec.fMaskFormat && !isAxisAligned(rec)) {
605 switch (rec.fMaskFormat) {
    [all...]
SkFontHost_mac_coretext.cpp 728 if (SkMask::kBW_Format != glyph.fMaskFormat) {
734 if (!generateA8FromLCD && SkMask::kA8_Format == glyph.fMaskFormat) {
    [all...]
SkFontHost_mac_atsui.cpp 111 if (SkMask::kLCD16_Format == rec->fMaskFormat ||
112 SkMask::kLCD32_Format == rec->fMaskFormat) {
113 rec->fMaskFormat = SkMask::kA8_Format;
SkFontHost_win_dw.cpp 40 return SkMask::kLCD16_Format == rec.fMaskFormat ||
41 SkMask::kLCD32_Format == rec.fMaskFormat;
809 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat;
    [all...]
SkFontHost_FreeType.cpp 68 switch (rec.fMaskFormat) {
667 rec->fMaskFormat = SkMask::kA8_Format;
749 fRec.getHinting(), fRec.fMaskFormat, keyString.c_str());
801 if (SkMask::kBW_Format == fRec.fMaskFormat) {
    [all...]
  /external/skia/legacy/src/ports/
SkFontHost_win.cpp 43 return SkMask::kLCD16_Format == rec.fMaskFormat ||
44 SkMask::kLCD32_Format == rec.fMaskFormat;
65 if (SkMask::kA8_Format == rec.fMaskFormat && !isAxisAligned(rec)) {
464 switch (rec.fMaskFormat) {
872 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat;
935 ((SkGlyph*)&glyph)->fMaskFormat = SkMask::kBW_Format;
937 if (SkMask::kLCD16_Format == glyph.fMaskFormat) {
940 SkASSERT(SkMask::kLCD32_Format == glyph.fMaskFormat);
    [all...]
SkFontHost_FreeType.cpp 89 switch (rec.fMaskFormat) {
651 rec->fMaskFormat = SkMask::kA8_Format;
752 fRec.getHinting(), fRec.fMaskFormat, keyString.c_str());
786 if (SkMask::kBW_Format == fRec.fMaskFormat) {
    [all...]
SkFontHost_mac_coretext.cpp 709 switch (glyph.fMaskFormat) {
    [all...]
SkFontHost_mac_atsui.cpp 111 if (SkMask::kLCD16_Format == rec->fMaskFormat ||
112 SkMask::kLCD32_Format == rec->fMaskFormat) {
113 rec->fMaskFormat = SkMask::kA8_Format;
  /frameworks/base/libs/hwui/
FontRenderer.cpp 227 SkMask::Format format = static_cast<SkMask::Format>(glyph.fMaskFormat);

Completed in 136 milliseconds