Home
last modified time | relevance | path

Searched refs:CGRGBPixel (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/ports/
H A DSkScalerContext_mac_ct.cpp104 static unsigned CGRGBPixel_getAlpha(CGRGBPixel pixel) { in CGRGBPixel_getAlpha()
153 CGRGBPixel* SkScalerContext_Mac::Offscreen::getCG(const SkScalerContext_Mac& context, in getCG()
186 size_t rowBytes = fSize.fWidth * sizeof(CGRGBPixel); in getCG()
195 rowBytes = fSize.fWidth * sizeof(CGRGBPixel); in getCG()
236 CGRGBPixel* image = (CGRGBPixel*)fImageStorage.get(); in getCG()
362 static void cgpixels_to_bits(uint8_t dst[], const CGRGBPixel src[], int count) { in cgpixels_to_bits()
376 static inline uint8_t rgb_to_a8(CGRGBPixel rgb, const uint8_t* table8) { in rgb_to_a8()
388 static void RGBToA8(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes, in RGBToA8()
399 cgPixels = SkTAddOffset<const CGRGBPixel>(cgPixel in RGBToA8()
[all...]
H A DSkScalerContext_mac_ct.h40 typedef uint32_t CGRGBPixel; typedef
65 CGRGBPixel* getCG(const SkScalerContext_Mac& context, const SkGlyph& glyph,
70 kSize = 32 * 32 * sizeof(CGRGBPixel)

Completed in 2 milliseconds