OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sourceImages
(Results
1 - 3
of
3
) sorted by null
/external/skia/tests/
DeferredCanvasTest.cpp
511
SkBitmap
sourceImages
[imageCount];
514
sourceImages
[i].setConfig(SkBitmap::kARGB_8888_Config, 100, 100);
515
sourceImages
[i].allocPixels();
518
size_t bitmapSize =
sourceImages
[0].getSize();
520
canvas->drawBitmap(
sourceImages
[0], 0, 0, NULL);
540
canvas->drawBitmap(
sourceImages
[0], 0, 0, NULL);
542
canvas->drawBitmap(
sourceImages
[0], 0, 0, NULL);
548
canvas->drawBitmap(
sourceImages
[1], 0, 0, NULL);
562
canvas->drawBitmap(
sourceImages
[0], 0, 0, NULL);
564
canvas->drawBitmap(
sourceImages
[1], 0, 0, NULL)
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java
101
ArrayList<Bitmap>
sourceImages
;
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java
98
ArrayList<Bitmap>
sourceImages
;
[
all
...]
Completed in 533 milliseconds