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

1 2 3 4

  /external/skia/tools/
sk_tool_utils.h 22 void write_pixels(SkCanvas*, const SkBitmap&, int x, int y, SkColorType, SkAlphaType);
sk_tool_utils.cpp 21 SkColorType colorType, SkAlphaType alphaType) {
  /external/skia/src/core/
SkConfig8888.h 15 SkAlphaType fAlphaType;
SkImageInfo.cpp 12 static bool alpha_type_is_valid(SkAlphaType alphaType) {
26 fAlphaType = (SkAlphaType)((packed >> 8) & 0xFF);
SkConfig8888.cpp 46 static AlphaVerb compute_AlphaVerb(SkAlphaType src, SkAlphaType dst) {
  /external/chromium_org/third_party/skia/include/core/
SkColorTable.h 30 SkAlphaType alphaType = kPremul_SkAlphaType);
33 SkAlphaType alphaType() const { return (SkAlphaType)fAlphaType; }
SkImageInfo.h 20 enum SkAlphaType {
54 static inline bool SkAlphaTypeIsOpaque(SkAlphaType at) {
130 bool SkColorTypeValidateAlphaType(SkColorType colorType, SkAlphaType alphaType,
131 SkAlphaType* canonical = NULL);
162 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at) {
169 static SkImageInfo MakeN32(int width, int height, SkAlphaType at) {
202 SkAlphaType alphaType() const { return fAlphaType; }
220 SkImageInfo makeAlphaType(SkAlphaType newAlphaType) const {
276 SkAlphaType fAlphaType;
279 SkImageInfo(int width, int height, SkColorType ct, SkAlphaType at
    [all...]
SkPixelRef.h 142 void changeAlphaType(SkAlphaType at);
  /external/skia/include/core/
SkColorTable.h 30 SkAlphaType alphaType = kPremul_SkAlphaType);
33 SkAlphaType alphaType() const { return (SkAlphaType)fAlphaType; }
SkImageInfo.h 20 enum SkAlphaType {
54 static inline bool SkAlphaTypeIsOpaque(SkAlphaType at) {
129 SkAlphaType fAlphaType;
131 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at) {
141 static SkImageInfo MakeN32(int width, int height, SkAlphaType at) {
189 SkAlphaType alphaType() const { return fAlphaType; }
  /external/chromium_org/third_party/skia/src/core/
SkImageInfo.cpp 12 static bool alpha_type_is_valid(SkAlphaType alphaType) {
26 fAlphaType = (SkAlphaType)((packed >> 8) & 0xFF);
42 bool SkColorTypeValidateAlphaType(SkColorType colorType, SkAlphaType alphaType,
43 SkAlphaType* canonical) {
SkConfig8888.h 15 SkAlphaType fAlphaType;
SkPixelRef.cpp 85 SkAlphaType newAlphaType = info.alphaType();
236 void SkPixelRef::changeAlphaType(SkAlphaType at) {
  /external/chromium_org/third_party/skia/tools/
sk_tool_utils.h 35 void write_pixels(SkCanvas*, const SkBitmap&, int x, int y, SkColorType, SkAlphaType);
sk_tool_utils.cpp 53 SkColorType colorType, SkAlphaType alphaType) {
  /external/chromium_org/third_party/skia/bench/
WritePixelsBench.cpp 14 WritePixelsBench(SkColorType ct, SkAlphaType at)
66 SkAlphaType fAlphaType;
RepeatTileBench.cpp 86 const SkAlphaType fAlphaType;
91 RepeatTileBench(SkColorType ct, SkAlphaType at = kPremul_SkAlphaType)
BitmapBench.cpp 33 static void convertToIndex666(const SkBitmap& src, SkBitmap* dst, SkAlphaType aType) {
75 const SkAlphaType fAlphaType;
86 BitmapBench(SkColorType ct, SkAlphaType at, bool forceUpdate = false, bool isVolatile = false)
194 FilterBitmapBench(SkColorType ct, SkAlphaType at,
  /external/skia/bench/
WritePixelsBench.cpp 14 WritePixelsBench(SkColorType ct, SkAlphaType at)
68 SkAlphaType fAlphaType;
RepeatTileBench.cpp 86 const SkAlphaType fAlphaType;
91 RepeatTileBench(SkColorType ct, SkAlphaType at = kPremul_SkAlphaType)
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
AcceleratedImageBufferSurface.cpp 55 SkAlphaType alphaType = (Opaque == opacityMode) ? kOpaque_SkAlphaType : kPremul_SkAlphaType;
  /external/chromium_org/cc/resources/
bitmap_skpicture_content_layer_updater.cc 26 SkAlphaType at =
ui_resource_bitmap.cc 65 SkAlphaType alphaType = is_opaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType;
  /external/chromium_org/third_party/skia/include/gpu/
SkGr.h 47 GrPixelConfig SkImageInfo2GrPixelConfig(SkColorType, SkAlphaType);
  /external/chromium_org/third_party/skia/src/images/
SkDecodingImageGenerator.cpp 102 inline bool check_alpha(SkAlphaType reported, SkAlphaType actual) {
245 SkAlphaType newAlphaType = info.alphaType();

Completed in 120 milliseconds

1 2 3 4