OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trim_row_left_right
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp
299
static int
trim_row_left_right
(uint8_t* row, int width, int leftZ, int riteZ) {
function
388
int skip =
trim_row_left_right
(data, origWidth, trimL, trimR);
452
yoff->fOffset +=
trim_row_left_right
(row, width, leftZeros, riteZeros);
[
all
...]
/external/skia/src/core/
SkAAClip.cpp
299
static int
trim_row_left_right
(uint8_t* row, int width, int leftZ, int riteZ) {
function
388
int skip =
trim_row_left_right
(data, origWidth, trimL, trimR);
452
yoff->fOffset +=
trim_row_left_right
(row, width, leftZeros, riteZeros);
[
all
...]
Completed in 180 milliseconds