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

  /external/skia/include/core/
SkScalerContext.h 41 uint8_t fMaskFormat;
48 fMaskFormat = MASK_FORMAT_UNKNOWN;
71 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);
75 return MASK_FORMAT_JUST_ADVANCE == fMaskFormat;
79 return MASK_FORMAT_JUST_ADVANCE != fMaskFormat;
108 fImage, fPath, fID, fMaskFormat fields.
176 // these should only ever be set if fMaskFormat is LCD16 or LCD32
180 // Generate A8 from LCD source (for GDI), only meaningful if fMaskFormat is kA8
181 // Perhaps we can store this (instead) in fMaskFormat, in hight bit?
212 uint8_t fMaskFormat;
    [all...]
  /external/skia/src/gpu/
GrAtlas.h 28 GrMaskFormat getMaskFormat() const { return fMaskFormat; }
53 GrMaskFormat fMaskFormat;
GrTextStrike.h 37 GrMaskFormat getMaskFormat() const { return fMaskFormat; }
64 GrMaskFormat fMaskFormat;
GrTextStrike.cpp 133 fMaskFormat = format;
182 int bytesPerPixel = GrMaskFormatBytesPerPixel(fMaskFormat);
194 fMaskFormat,
GrAtlas.cpp 56 fMaskFormat = format;
97 const int bpp = GrMaskFormatBytesPerPixel(fMaskFormat);
  /external/skia/src/core/
SkScalerContext.cpp 30 mask->fFormat = static_cast<SkMask::Format>(fMaskFormat);
36 switch (fMaskFormat) {
94 rec->fMaskFormat, rec->fStrokeJoin);
246 glyph->fMaskFormat = MASK_FORMAT_JUST_ADVANCE;
271 glyph->fMaskFormat = 0;
309 if (SkMask::kARGB32_Format != glyph->fMaskFormat) {
310 glyph->fMaskFormat = fRec.fMaskFormat;
327 glyph->fMaskFormat = dst.fFormat;
340 glyph->fMaskFormat = fRec.fMaskFormat
    [all...]
SkPaint.cpp     [all...]
SkDraw.cpp     [all...]
  /external/skia/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 79 switch (rec.fMaskFormat) {
640 rec->fMaskFormat = SkMask::kA8_Format;
734 fRec.getHinting(), fRec.fMaskFormat, keyString.c_str());
767 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;

Completed in 510 milliseconds