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

  /external/skia/legacy/src/core/
SkBlitRow_D4444.cpp 130 c = SkCompact_8888(src_expand + dst_expand); // convert back to SkPMColor
155 c = SkCompact_8888(src_expand + dst_expand);
185 c = SkCompact_8888(src_expand + dst_expand);
SkBitmapProcState.cpp 61 return SkCompact_8888(result);
  /external/skia/src/core/
SkBlitRow_D4444.cpp 129 c = SkCompact_8888(src_expand + dst_expand); // convert back to SkPMColor
154 c = SkCompact_8888(src_expand + dst_expand);
184 c = SkCompact_8888(src_expand + dst_expand);
SkBitmapProcState_procs.h 62 return SkCompact_8888(result);
  /external/skia/legacy/src/effects/
SkTransparentShader.cpp 91 span[i] = SkCompact_8888(c);
  /external/skia/src/effects/
SkTransparentShader.cpp 92 span[i] = SkCompact_8888(c);
  /external/skia/include/core/
SkColorPriv.h 730 static inline SkPMColor SkCompact_8888(uint32_t c) {
  /external/skia/legacy/include/core/
SkColorPriv.h 695 static inline SkPMColor SkCompact_8888(uint32_t c) {

Completed in 34 milliseconds