OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstRB
(Results
1 - 7
of
7
) sorted by null
/external/skia/src/core/
SkProcSpriteBlitter.cpp
29
size_t
dstRB
= fDevice.rowBytes();
31
char* dst = (char*)fDevice.getPixels() + y *
dstRB
+ (x << fDstShift);
42
dst +=
dstRB
;
SkSpriteBlitter_ARGB32.cpp
50
size_t
dstRB
= fDevice->rowBytes();
57
dst = (SK_RESTRICT uint32_t*)((char*)dst +
dstRB
);
138
unsigned
dstRB
= fDevice->rowBytes();
157
dst = (SK_RESTRICT uint32_t*)((char*)dst +
dstRB
);
185
unsigned
dstRB
= fDevice->rowBytes();
203
dst = (SK_RESTRICT SkPMColor*)((char*)dst +
dstRB
);
232
unsigned
dstRB
= fDevice->rowBytes();
237
dst = (SK_RESTRICT SkPMColor*)((char*)dst +
dstRB
);
261
unsigned
dstRB
= fDevice->rowBytes();
266
dst = (SK_RESTRICT SkPMColor*)((char*)dst +
dstRB
);
[
all
...]
SkSpriteBlitterTemplate.h
33
unsigned
dstRB
= fDevice->rowBytes();
58
dst = (SK_RESTRICT SkSPRITE_DST_TYPE*)((char*)dst +
dstRB
);
SkSpriteBlitter_RGB16.cpp
69
unsigned
dstRB
= fDevice->rowBytes();
74
dst = (uint16_t*)((char*)dst +
dstRB
);
296
unsigned
dstRB
= fDevice->rowBytes();
304
dst = (SK_RESTRICT uint16_t*)((char*)dst +
dstRB
);
SkBlitter_RGB16.cpp
719
size_t
dstRB
= fDevice.rowBytes();
730
dst = (uint16_t*)((char*)dst +
dstRB
);
738
dst = (uint16_t*)((char*)dst +
dstRB
);
748
dst = (uint16_t*)((char*)dst +
dstRB
);
755
dst = (uint16_t*)((char*)dst +
dstRB
);
861
size_t
dstRB
= fDevice.rowBytes();
868
dst = (uint16_t*)((char*)dst +
dstRB
);
875
dst = (uint16_t*)((char*)dst +
dstRB
);
[
all
...]
SkScalerContext.cpp
471
int
dstRB
= origGlyph.rowBytes();
483
//sk_bzero(dst, height *
dstRB
);
488
dst +=
dstRB
;
/external/skia/src/effects/
SkBlurMask.cpp
184
static void merge_src_with_blur(uint8_t dst[], int
dstRB
,
188
dstRB
-= sw;
198
dst +=
dstRB
;
Completed in 45 milliseconds