OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:image_to_bitmap
(Results
1 - 4
of
4
) sorted by null
/external/skia/gm/
ninepatchstretch.cpp
46
static void
image_to_bitmap
(const SkImage* image, SkBitmap* bm) {
function
72
image_to_bitmap
(fImage.get(), &fBitmap);
lattice.cpp
70
static void
image_to_bitmap
(const SkImage* image, SkBitmap* bm) {
function
104
image_to_bitmap
(image.get(), &bitmap);
/external/skqp/gm/
ninepatchstretch.cpp
46
static void
image_to_bitmap
(const SkImage* image, SkBitmap* bm) {
function
72
image_to_bitmap
(fImage.get(), &fBitmap);
lattice.cpp
70
static void
image_to_bitmap
(const SkImage* image, SkBitmap* bm) {
function
104
image_to_bitmap
(image.get(), &bitmap);
Completed in 347 milliseconds