OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asLegacyBitmap
(Results
1 - 7
of
7
) sorted by null
/external/skia/experimental/fiddle/
fiddle_main.cpp
95
SkAssertResult(image->
asLegacyBitmap
(
/external/skia/include/core/
SkImage.h
333
bool
asLegacyBitmap
(SkBitmap*, LegacyBitmapMode) const;
/external/skia/src/effects/
SkImageSource.cpp
75
return fImage->
asLegacyBitmap
(result, SkImage::kRO_LegacyBitmapMode);
/external/skia/gm/
drawbitmaprect.cpp
94
image->
asLegacyBitmap
(&tempBM, SkImage::kRO_LegacyBitmapMode);
/external/skia/src/image/
SkImage.cpp
307
bool SkImage::
asLegacyBitmap
(SkBitmap* bitmap, LegacyBitmapMode mode) const {
SkImage_Gpu.cpp
306
if (!this->
asLegacyBitmap
(&bmp, kRO_LegacyBitmapMode)) {
/external/skia/tests/
ImageTest.cpp
583
REPORTER_ASSERT(reporter, image->
asLegacyBitmap
(&bitmap, mode));
594
REPORTER_ASSERT(reporter, subsetImage->
asLegacyBitmap
(&subsetBitmap, mode));
Completed in 192 milliseconds