OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:capturePixels
(Results
1 - 5
of
5
) sorted by null
/external/skia/bench/
nanobenchAndroid.cpp
49
bool HWUITarget::
capturePixels
(SkBitmap* bmp) {
50
return this->renderer.
capturePixels
(bmp);
nanobench.cpp
142
bool Target::
capturePixels
(SkBitmap* bmp) {
279
if (!target->
capturePixels
(&bmp)) {
[
all
...]
/frameworks/base/libs/hwui/utils/
TestWindowContext.cpp
117
bool
capturePixels
(SkBitmap* bmp) {
214
bool TestWindowContext::
capturePixels
(SkBitmap* bmp) {
215
return mData ? mData->
capturePixels
(bmp) : false;
/external/skia/tools/kilobench/
kilobench.cpp
215
bool
capturePixels
(SkBitmap* bmp) {
247
if (!target->
capturePixels
(&bmp)) {