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

1 2

  /external/chromium_org/third_party/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 38 mask->fFormat = static_cast<SkMask::Format>(fMaskFormat);
44 switch (fMaskFormat) {
109 rec->fMaskFormat, rec->fStrokeJoin);
290 glyph->fMaskFormat = MASK_FORMAT_JUST_ADVANCE;
315 glyph->fMaskFormat = 0;
352 switch (fRec.fMaskFormat) {
365 if (SkMask::kARGB32_Format != glyph->fMaskFormat) {
366 glyph->fMaskFormat = fRec.fMaskFormat;
371 SkMask::kARGB32_Format == glyph->fMaskFormat) {
    [all...]
SkScalerContext.h 83 uint8_t fMaskFormat;
99 return static_cast<SkMask::Format>(fMaskFormat);
138 // only meaningful if fMaskFormat is LCD16 or LCD32
143 // only meaningful if fMaskFormat is kA8
144 kGenA8FromLCD_Flag = 0x0800, // could be 0x200 (bit meaning dependent on fMaskFormat)
159 return (SkMask::Format)fRec.fMaskFormat;
  /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 38 mask->fFormat = static_cast<SkMask::Format>(fMaskFormat);
44 switch (fMaskFormat) {
109 rec->fMaskFormat, rec->fStrokeJoin);
290 glyph->fMaskFormat = MASK_FORMAT_JUST_ADVANCE;
315 glyph->fMaskFormat = 0;
352 switch (fRec.fMaskFormat) {
365 if (SkMask::kARGB32_Format != glyph->fMaskFormat) {
366 glyph->fMaskFormat = fRec.fMaskFormat;
371 SkMask::kARGB32_Format == glyph->fMaskFormat) {
    [all...]
SkScalerContext.h 83 uint8_t fMaskFormat;
99 return static_cast<SkMask::Format>(fMaskFormat);
138 // only meaningful if fMaskFormat is LCD16 or LCD32
143 // only meaningful if fMaskFormat is kA8
144 kGenA8FromLCD_Flag = 0x0800, // could be 0x200 (bit meaning dependent on fMaskFormat)
159 return (SkMask::Format)fRec.fMaskFormat;
  /external/chromium_org/third_party/skia/src/gpu/
GrAtlas.h 25 GrMaskFormat getMaskFormat() const { return fMaskFormat; }
64 GrMaskFormat fMaskFormat;
GrTextStrike.h 37 GrMaskFormat getMaskFormat() const { return fMaskFormat; }
67 GrMaskFormat fMaskFormat;
GrAtlas.cpp 64 fMaskFormat = format;
73 fAtlasMgr->freePlot(fMaskFormat, fPlot.fX, fPlot.fY);
126 const int bpp = GrMaskFormatBytesPerPixel(fMaskFormat);
GrTextStrike.cpp 175 fMaskFormat = format;
240 int bytesPerPixel = GrMaskFormatBytesPerPixel(fMaskFormat);
252 fMaskFormat,
SkGrFontScaler.cpp 156 if (SkMask::kBW_Format == glyph.fMaskFormat) {
  /external/skia/src/gpu/
GrAtlas.h 25 GrMaskFormat getMaskFormat() const { return fMaskFormat; }
64 GrMaskFormat fMaskFormat;
GrTextStrike.h 37 GrMaskFormat getMaskFormat() const { return fMaskFormat; }
67 GrMaskFormat fMaskFormat;
GrAtlas.cpp 64 fMaskFormat = format;
73 fAtlasMgr->freePlot(fMaskFormat, fPlot.fX, fPlot.fY);
126 const int bpp = GrMaskFormatBytesPerPixel(fMaskFormat);
GrTextStrike.cpp 175 fMaskFormat = format;
240 int bytesPerPixel = GrMaskFormatBytesPerPixel(fMaskFormat);
252 fMaskFormat,
SkGrFontScaler.cpp 156 if (SkMask::kBW_Format == glyph.fMaskFormat) {
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType_common.cpp 155 if (SkMask::kLCD16_Format == glyph.fMaskFormat) {
170 (SkMask::Format)fRec.fMaskFormat);
193 glyph.fMaskFormat == SkMask::kBW_Format)) {
206 glyph.fMaskFormat == SkMask::kA8_Format) {
227 } else if (SkMask::kLCD16_Format == glyph.fMaskFormat) {
249 if (SkMask::kA8_Format == glyph.fMaskFormat && fPreBlend.isApplicable()) {
SkFontHost_mac.cpp 784 if (SkMask::kBW_Format != glyph.fMaskFormat) {
790 if (!generateA8FromLCD && SkMask::kA8_Format == glyph.fMaskFormat) {
    [all...]
SkFontHost_win.cpp 59 return SkMask::kLCD16_Format == rec.fMaskFormat ||
60 SkMask::kLCD32_Format == rec.fMaskFormat;
81 if (SkMask::kA8_Format == rec.fMaskFormat && !isAxisAligned(rec)) {
603 switch (rec.fMaskFormat) {
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 288 if (SkMask::kLCD16_Format == glyph.fMaskFormat) {
304 (SkMask::Format)fRec.fMaskFormat);
320 if (SkMask::kLCD16_Format == glyph.fMaskFormat) {
351 dstBitmap.setConfig(skConfigForFormat(glyph.fMaskFormat),
367 glyph.fMaskFormat, glyph.rowBytes());
381 if (SkMask::kA8_Format == glyph.fMaskFormat && fPreBlend.isApplicable()) {
SkFontHost_mac.cpp 784 if (SkMask::kBW_Format != glyph.fMaskFormat) {
790 if (!generateA8FromLCD && SkMask::kA8_Format == glyph.fMaskFormat) {
    [all...]
SkFontHost_win.cpp 59 return SkMask::kLCD16_Format == rec.fMaskFormat ||
60 SkMask::kLCD32_Format == rec.fMaskFormat;
81 if (SkMask::kA8_Format == rec.fMaskFormat && !isAxisAligned(rec)) {
603 switch (rec.fMaskFormat) {
    [all...]
  /frameworks/base/libs/hwui/font/
CacheTexture.cpp 234 switch (glyph.fMaskFormat) {
255 ALOGD("fitBitmap: unknown glyph format %x encountered", glyph.fMaskFormat);
  /external/chromium_org/third_party/skia/src/fonts/
SkGScalerContext.cpp 113 glyph->fMaskFormat = SkMask::kARGB32_Format;
117 if (SkMask::kARGB32_Format == glyph.fMaskFormat) {
  /external/skia/src/fonts/
SkGScalerContext.cpp 113 glyph->fMaskFormat = SkMask::kARGB32_Format;
117 if (SkMask::kARGB32_Format == glyph.fMaskFormat) {

Completed in 373 milliseconds

1 2