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

  /external/skia/src/core/
SkMask.cpp 63 SkASSERT(SkMask::kBW_Format != format);
68 SkASSERT(kBW_Format != fFormat);
SkBlitter_A8.cpp 128 if (mask.fFormat == SkMask::kBW_Format) {
321 if (mask.fFormat == SkMask::kBW_Format) {
SkBlitter_ARGB32.cpp 161 if (mask.fFormat == SkMask::kBW_Format) {
176 if (mask.fFormat == SkMask::kBW_Format) {
SkBlitter_RGB16.cpp 207 if (mask.fFormat == SkMask::kBW_Format) {
375 if (mask.fFormat == SkMask::kBW_Format) {
635 if (mask.fFormat == SkMask::kBW_Format) {
    [all...]
SkBlitMask_D32.cpp 577 case SkMask::kBW_Format: index = 0; break;
SkBlitter_4444.cpp 323 if (mask.fFormat == SkMask::kBW_Format) {
SkAAClip.cpp     [all...]
SkBlitter.cpp 110 if (mask.fFormat == SkMask::kBW_Format) {
SkScalerContext.cpp 444 if (SkMask::kBW_Format == mask.fFormat) {
SkPaint.cpp     [all...]
  /external/skia/include/core/
SkMask.h 21 kBW_Format, //!< 1bit per pixel mask (e.g. monochrome)
55 Asserts that the mask is kBW_Format, and that x,y are in range.
59 SkASSERT(kBW_Format == fFormat);
111 * This should not be called with kBW_Format, as it will give unspecified
SkScalerContext.h 56 if (SkMask::kBW_Format == format) {
  /external/skia/src/gpu/
SkGrFontScaler.cpp 82 case SkMask::kBW_Format:
139 if (SkMask::kBW_Format == fStrike->getMaskFormat()) {
  /external/skia/src/ports/
SkFontHost_win.cpp 465 case SkMask::kBW_Format:
872 const bool isBW = SkMask::kBW_Format == fRec.fMaskFormat;
935 ((SkGlyph*)&glyph)->fMaskFormat = SkMask::kBW_Format;
    [all...]
SkFontHost_FreeType.cpp 767 if (SkMask::kBW_Format == fRec.fMaskFormat) {
924 case SkMask::kBW_Format:
    [all...]
SkFontHost_mac_coretext.cpp 705 // default to kBW_Format
    [all...]
  /external/skia/tests/
AAClipTest.cpp 28 case SkMask::kBW_Format:

Completed in 978 milliseconds