Home
last modified time | relevance | path

Searched refs:opaqueBm (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/gm/
Dencode_platform.cpp97 SkBitmap opaqueBm, premulBm, unpremulBm; in onDraw() local
99 if (!GetResourceAsBitmap("images/mandrill_256.png", &opaqueBm)) { in onDraw()
116 auto opaqueImage = SkImage::MakeFromEncoded(encode_data(type, opaqueBm)); in onDraw()
/third_party/skia/gm/
Dencode_platform.cpp111 SkBitmap opaqueBm, premulBm, unpremulBm; in onDraw() local
113 if (!GetResourceAsBitmap("images/mandrill_256.png", &opaqueBm)) { in onDraw()
131 auto opaqueImage = SkImage::MakeFromEncoded(encode_data(fmt, opaqueBm, q)); in onDraw()