OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:premultiply
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libwebp.cpp
120
* If the image does not have alpha, there is no need to
premultiply
.
171
static WEBP_CSP_MODE webp_decode_mode(const SkBitmap* decodedBitmap, bool
premultiply
) {
176
mode =
premultiply
? MODE_rgbA : MODE_RGBA;
178
mode =
premultiply
? MODE_rgbA_4444 : MODE_RGBA_4444;
233
int width, int height, bool
premultiply
) {
234
WEBP_CSP_MODE mode = webp_decode_mode(decodedBitmap,
premultiply
);
260
const SkIRect& region, bool
premultiply
) {
263
region.height(),
premultiply
)) {
/external/skia/src/images/
SkImageDecoder_libwebp.cpp
120
* If the image does not have alpha, there is no need to
premultiply
.
171
static WEBP_CSP_MODE webp_decode_mode(const SkBitmap* decodedBitmap, bool
premultiply
) {
176
mode =
premultiply
? MODE_rgbA : MODE_RGBA;
178
mode =
premultiply
? MODE_rgbA_4444 : MODE_RGBA_4444;
233
int width, int height, bool
premultiply
) {
234
WEBP_CSP_MODE mode = webp_decode_mode(decodedBitmap,
premultiply
);
260
const SkIRect& region, bool
premultiply
) {
263
region.height(),
premultiply
)) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
asm_fill.h
276
*
Premultiply
src and dst.
284
/*
premultiply
src */
289
/*
premultiply
dst */
547
premultiply
( struct ureg_program *ureg,
function
679
/*
premultiply
*/
681
{VEGA_PREMULTIPLY_SHADER,
premultiply
,
/external/mesa3d/src/gallium/state_trackers/vega/
asm_fill.h
276
*
Premultiply
src and dst.
284
/*
premultiply
src */
289
/*
premultiply
dst */
547
premultiply
( struct ureg_program *ureg,
function
679
/*
premultiply
*/
681
{VEGA_PREMULTIPLY_SHADER,
premultiply
,
Completed in 587 milliseconds