Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkMaskBlurFilter.cpp297 static Sk8h load(const uint8_t* from, int width, ToA8* toA8) {
303 if (toA8) {
304 toA8(tmp, from, width);
767 ToA8 toA8,
783 auto s = load(src, width, toA8);
807 static void blur_y_rect(ToA8 toA8, const int strideOf8,
820 blur_column(toA8, blur, radius, 8,
830 blur_column(toA8, blur, radius, xTail,
837 static void direct_blur_y(ToA8 toA8, const int strideOf8,
844 blur_y_rect(toA8, strideOf
[all...]
H A DSkScalerContext.cpp297 const bool toA8 = SkMask::kA8_Format == dst.fFormat; in pack4xHToMask() local
298 SkASSERT(SkMask::kLCD16_Format == dst.fFormat || toA8); in pack4xHToMask()
344 size_t dstPB = toA8 ? sizeof(uint8_t) : sizeof(uint16_t); in pack4xHToMask()
389 if (toA8) { in pack4xHToMask()

Completed in 5 milliseconds