HomeSort by relevance Sort by last modified time
    Searched defs:SkColorType (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkImageInfo.h 56 hint that the SkColorType is opaque, or that all alpha values are set to
57 their 1.0 equivalent. If SkAlphaType is kOpaque_SkAlphaType, and SkColorType is not
75 /** \enum SkImageInfo::SkColorType
84 enum SkColorType {
121 SK_API int SkColorTypeBytesPerPixel(SkColorType ct);
123 /** Returns true if SkColorType always decodes alpha to 1.0, making the pixel
124 fully opaque. If true, SkColorType does not reserve bits to encode alpha.
133 SK_API bool SkColorTypeIsAlwaysOpaque(SkColorType ct);
140 kUnknown_SkColorType, and SkColorType is not always opaque. If false is returned,
163 SK_API bool SkColorTypeValidateAlphaType(SkColorType colorType, SkAlphaType alphaType
    [all...]
  /external/skqp/include/core/
SkImageInfo.h 56 hint that the SkColorType is opaque, or that all alpha values are set to
57 their 1.0 equivalent. If SkAlphaType is kOpaque_SkAlphaType, and SkColorType is not
75 /** \enum SkImageInfo::SkColorType
84 enum SkColorType {
120 SK_API int SkColorTypeBytesPerPixel(SkColorType ct);
122 /** Returns true if SkColorType always decodes alpha to 1.0, making the pixel
123 fully opaque. If true, SkColorType does not reserve bits to encode alpha.
132 SK_API bool SkColorTypeIsAlwaysOpaque(SkColorType ct);
139 kUnknown_SkColorType, and SkColorType is not always opaque. If false is returned,
162 SK_API bool SkColorTypeValidateAlphaType(SkColorType colorType, SkAlphaType alphaType
    [all...]

Completed in 715 milliseconds