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

  /external/skia/include/core/
SkMask.h 28 kBW_Format, //!< 1bit per pixel mask (e.g. monochrome)
77 Asserts that the mask is kBW_Format, and that x,y are in range.
81 SkASSERT(fFormat == kBW_Format);
92 SkASSERT(fFormat != kBW_Format);
SkScalerContext.h 48 if (SkMask::kBW_Format == fMaskFormat) {
  /external/skia/src/core/
SkBlitter_ARGB32.cpp 154 if (mask.fFormat == SkMask::kBW_Format) {
186 if (mask.fFormat == SkMask::kBW_Format) {
303 if (mask.fFormat == SkMask::kBW_Format) {
SkBlitter_A8.cpp 143 if (mask.fFormat == SkMask::kBW_Format)
362 if (mask.fFormat == SkMask::kBW_Format)
SkScalerContext.cpp 433 SkASSERT(SkMask::kBW_Format == fRec.fMaskFormat);
497 fRec.fMaskFormat != SkMask::kBW_Format &&
SkBlitter_RGB16.cpp 208 if (mask.fFormat == SkMask::kBW_Format) {
377 if (mask.fFormat == SkMask::kBW_Format) {
637 if (mask.fFormat == SkMask::kBW_Format) {
    [all...]
SkBlitter_4444.cpp 346 if (mask.fFormat == SkMask::kBW_Format) {
SkBlitter.cpp 112 if (mask.fFormat == SkMask::kBW_Format)
SkPaint.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 527 case SkMask::kBW_Format:
749 glyph.fMaskFormat == SkMask::kBW_Format)) {
    [all...]

Completed in 313 milliseconds