/external/skia/src/gpu/effects/ |
GrBitmapTextGeoProc.h | 37 GrMaskFormat maskFormat() const { return fMaskFormat; } 59 GrMaskFormat fMaskFormat;
|
GrBitmapTextGeoProc.cpp | 139 , fMaskFormat(format) { 143 bool hasVertexColor = kA8_GrMaskFormat == fMaskFormat || 144 kA565_GrMaskFormat == fMaskFormat;
|
/external/skia/src/core/ |
SkGlyph.h | 64 uint8_t fMaskFormat; 98 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat); 102 return MASK_FORMAT_JUST_ADVANCE == fMaskFormat; 106 return MASK_FORMAT_JUST_ADVANCE != fMaskFormat; 129 fImage, fPath, fID, fMaskFormat fields. 153 fMaskFormat = MASK_FORMAT_UNKNOWN;
|
SkScalerContext.cpp | 34 mask->fFormat = static_cast<SkMask::Format>(fMaskFormat); 40 switch (fMaskFormat) { 105 rec->fMaskFormat, rec->fStrokeJoin); 120 glyph->fMaskFormat = MASK_FORMAT_JUST_ADVANCE; 145 glyph->fMaskFormat = 0; 181 switch (fRec.fMaskFormat) { 193 if (SkMask::kARGB32_Format != glyph->fMaskFormat) { 194 glyph->fMaskFormat = fRec.fMaskFormat; 199 SkMask::kARGB32_Format == glyph->fMaskFormat) { [all...] |
SkScalerContext.h | 75 uint8_t fMaskFormat; 135 return static_cast<SkMask::Format>(fMaskFormat); 174 // only meaningful if fMaskFormat is kLCD16 179 // only meaningful if fMaskFormat is kA8 180 kGenA8FromLCD_Flag = 0x0800, // could be 0x200 (bit meaning dependent on fMaskFormat) 195 return (SkMask::Format)fRec.fMaskFormat; 259 * TODO: fMaskFormat is set by getMetrics later; cannot be set here. 266 * This method may change glyph.fMaskFormat if the new image size is
|
SkPaint.cpp | [all...] |
SkDraw.cpp | [all...] |
/external/skia/src/gpu/ |
GrGlyph.h | 37 GrMaskFormat fMaskFormat; 47 fMaskFormat = format;
|
/external/skia/src/fonts/ |
SkRandomScalerContext.cpp | 81 glyph->fMaskFormat = format; 122 switch (glyph->fMaskFormat) { 135 SkMask::Format format = (SkMask::Format)glyph.fMaskFormat; 150 const_cast<SkGlyph&>(glyph).fMaskFormat = format; 155 if (SkMask::kARGB32_Format == glyph.fMaskFormat) { 208 rec->fMaskFormat = SkMask::kARGB32_Format;
|
SkGScalerContext.cpp | 110 glyph->fMaskFormat = SkMask::kARGB32_Format; 114 if (SkMask::kARGB32_Format == glyph.fMaskFormat) { 175 rec->fMaskFormat = SkMask::kARGB32_Format;
|
/external/skia/src/gpu/text/ |
GrBatchFontCache.h | 56 glyph->fMaskFormat = expectedMaskFormat; 137 return this->getAtlas(glyph->fMaskFormat)->hasID(glyph->fID); 149 this->getAtlas(glyph->fMaskFormat)->setLastUseToken(glyph->fID, token);
|
GrFontScaler.cpp | 50 SkMask::Format format = static_cast<SkMask::Format>(glyph.fMaskFormat); 140 if (SkMask::kBW_Format == glyph.fMaskFormat) { 179 SkMask::Format maskFormat = static_cast<SkMask::Format>(glyph.fMaskFormat);
|
GrAtlasTextBlob.h | 367 , fMaskFormat(kA8_GrMaskFormat) 385 , fMaskFormat(that.fMaskFormat) 412 void setMaskFormat(GrMaskFormat format) { fMaskFormat = format; } 413 GrMaskFormat maskFormat() const { return fMaskFormat; } 460 GrMaskFormat fMaskFormat;
|
GrAtlasTextBlob_regenInBatch.cpp | 195 SkASSERT(glyph && glyph->fMaskFormat == info->maskFormat());
|
GrAtlasTextBlob.cpp | 82 GrMaskFormat format = glyph->fMaskFormat; 103 if (kARGB_GrMaskFormat != glyph->fMaskFormat) {
|
GrTextUtils.cpp | 443 if (kA8_GrMaskFormat != glyph->fMaskFormat) {
|
GrStencilAndCoverTextContext.cpp | 556 if (SkMask::kARGB32_Format == glyph.fMaskFormat) {
|
/frameworks/base/libs/hwui/font/ |
CacheTexture.cpp | 216 switch (glyph.fMaskFormat) { 237 ALOGD("fitBitmap: unknown glyph format %x encountered", glyph.fMaskFormat);
|
/external/skia/src/ports/ |
SkFontHost_FreeType_common.cpp | 366 if (SkMask::kLCD16_Format == glyph.fMaskFormat) { 382 target.pixel_mode = compute_pixel_mode( (SkMask::Format)fRec.fMaskFormat); 392 SkMask::Format maskFormat = static_cast<SkMask::Format>(glyph.fMaskFormat); 499 if (SkMask::kA8_Format == glyph.fMaskFormat && fPreBlend.isApplicable()) {
|
SkFontHost_mac.cpp | 818 if (SkMask::kBW_Format != glyph.fMaskFormat) { 824 if (!generateA8FromLCD && SkMask::kA8_Format == glyph.fMaskFormat) { 832 if (SkMask::kARGB32_Format == glyph.fMaskFormat) { 847 const CGImageAlphaInfo alpha = (SkMask::kARGB32_Format == glyph.fMaskFormat) 897 uint32_t bgColor = (SkMask::kARGB32_Format != glyph.fMaskFormat) ? 0xFFFFFFFF : 0x00000000; [all...] |
SkScalerContext_win_dw.cpp | 47 return SkMask::kLCD16_Format == rec.fMaskFormat; 272 if (SkMask::kBW_Format == fRec.fMaskFormat) { 730 const_cast<SkGlyph&>(glyph).fMaskFormat = SkMask::kBW_Format; 738 SkASSERT(SkMask::kLCD16_Format == glyph.fMaskFormat);
|
SkFontHost_win.cpp | 61 return SkMask::kLCD16_Format == rec.fMaskFormat; 82 if (SkMask::kA8_Format == rec.fMaskFormat && !isAxisAligned(rec)) { 587 switch (rec.fMaskFormat) { [all...] |
SkFontHost_FreeType.cpp | 64 return SkMask::kLCD16_Format == rec.fMaskFormat; 692 rec->fMaskFormat = SkMask::kA8_Format; 829 if (SkMask::kBW_Format == fRec.fMaskFormat) { [all...] |
SkTypeface_win_dw.cpp | 253 rec->fMaskFormat = SkMask::kA8_Format;
|
/frameworks/base/libs/hwui/ |
FontRenderer.cpp | 226 SkMask::Format format = static_cast<SkMask::Format>(glyph.fMaskFormat);
|