OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asLegacyBitmap
(Results
1 - 14
of
14
) sorted by null
/external/skia/tools/
imgblur.cpp
56
if (!image->
asLegacyBitmap
(&src, SkImage::kRW_LegacyBitmapMode)) {
imgslice.cpp
78
if (!image->
asLegacyBitmap
(&bitmap, SkImage::kRW_LegacyBitmapMode)) {
ok_vias.cpp
84
if (!target->image()->
asLegacyBitmap
(&bm, SkImage::kRO_LegacyBitmapMode) ||
/external/skia/tests/
EncodeTest.cpp
167
SkImage::MakeFromEncoded(data0)->
asLegacyBitmap
(&bm0, SkImage::kRO_LegacyBitmapMode);
168
SkImage::MakeFromEncoded(data1)->
asLegacyBitmap
(&bm1, SkImage::kRO_LegacyBitmapMode);
169
SkImage::MakeFromEncoded(data2)->
asLegacyBitmap
(&bm2, SkImage::kRO_LegacyBitmapMode);
281
SkImage::MakeFromEncoded(data0)->
asLegacyBitmap
(&bm0, SkImage::kRO_LegacyBitmapMode);
282
SkImage::MakeFromEncoded(data1)->
asLegacyBitmap
(&bm1, SkImage::kRO_LegacyBitmapMode);
283
SkImage::MakeFromEncoded(data2)->
asLegacyBitmap
(&bm2, SkImage::kRO_LegacyBitmapMode);
332
SkImage::MakeFromEncoded(data0)->
asLegacyBitmap
(&bm0, SkImage::kRO_LegacyBitmapMode);
333
SkImage::MakeFromEncoded(data1)->
asLegacyBitmap
(&bm1, SkImage::kRO_LegacyBitmapMode);
334
SkImage::MakeFromEncoded(data2)->
asLegacyBitmap
(&bm2, SkImage::kRO_LegacyBitmapMode);
335
SkImage::MakeFromEncoded(data3)->
asLegacyBitmap
(&bm3, SkImage::kRO_LegacyBitmapMode)
[
all
...]
ImageTest.cpp
661
REPORTER_ASSERT(reporter, image->
asLegacyBitmap
(&bitmap, mode));
672
REPORTER_ASSERT(reporter, subsetImage->
asLegacyBitmap
(&subsetBitmap, mode));
[
all
...]
SurfaceTest.cpp
[
all
...]
/external/skia/include/core/
SkImage.h
507
bool
asLegacyBitmap
(SkBitmap*, LegacyBitmapMode) const;
/external/skia/src/core/
SkWriteBuffer.cpp
188
if (image->
asLegacyBitmap
(&bm, SkImage::kRO_LegacyBitmapMode)) {
/external/skia/tools/fiddle/
fiddle_main.cpp
125
SkAssertResult(image->
asLegacyBitmap
(
/external/skia/gm/
drawbitmaprect.cpp
87
image->
asLegacyBitmap
(&tempBM, SkImage::kRO_LegacyBitmapMode);
/external/skia/src/image/
SkImage.cpp
231
bool SkImage::
asLegacyBitmap
(SkBitmap* bitmap, LegacyBitmapMode mode) const {
/frameworks/base/cmds/bootanimation/
BootAnimation.cpp
145
image->
asLegacyBitmap
(&bitmap, SkImage::kRO_LegacyBitmapMode);
196
image->
asLegacyBitmap
(&bitmap, SkImage::kRO_LegacyBitmapMode);
[
all
...]
/external/skia/src/xps/
SkXPSDevice.cpp
[
all
...]
/external/skia/tools/debugger/
SkDrawCommand.cpp
[
all
...]
Completed in 473 milliseconds