Searched defs:inRowBytes (Results 1 - 2 of 2) sorted by relevance

/external/skqp/src/gpu/
H A DGrContext.cpp458 bool sw_convert_to_premul(GrPixelConfig srcConfig, int width, int height, size_t inRowBytes, argument
470 inPixels = SkTAddOffset<const void>(inPixels, inRowBytes);
/external/skia/src/gpu/
H A DGrContext.cpp611 bool sw_convert_to_premul(GrColorType srcColorType, int width, int height, size_t inRowBytes, argument
621 inPixels = SkTAddOffset<const void>(inPixels, inRowBytes);

Completed in 455 milliseconds