OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLIDE_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/skia/gm/
bitmappremul.cpp
21
constexpr int
SLIDE_SIZE
= 256;
22
constexpr int PIXEL_SIZE_8888 =
SLIDE_SIZE
/ 256;
23
constexpr int PIXEL_SIZE_4444 =
SLIDE_SIZE
/ 16;
26
bitmap->allocPixels(SkImageInfo::Make(
SLIDE_SIZE
,
SLIDE_SIZE
, ct,
35
for (int y = 0; y <
SLIDE_SIZE
; y++) {
37
for (int x = 0; x <
SLIDE_SIZE
; x++) {
52
for (int y = 0; y <
SLIDE_SIZE
; y++) {
54
for (int x = 0; x <
SLIDE_SIZE
; x++) {
69
for (int y = 0; y <
SLIDE_SIZE
; y++)
[
all
...]
clippedbitmapshaders.cpp
41
constexpr SkScalar
SLIDE_SIZE
= 300;
84
s.postTranslate(
SLIDE_SIZE
/ 2,
SLIDE_SIZE
/ 2);
92
SkScalar margin = (
SLIDE_SIZE
/ 3 - RECT_SIZE) / 2;
94
SkScalar yOrigin =
SLIDE_SIZE
/ 3 * i + margin;
96
SkScalar xOrigin =
SLIDE_SIZE
/ 3 * j + margin;
Completed in 90 milliseconds