OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zerofill
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrAtlas.cpp
109
static uint8_t*
zerofill
(uint8_t* ptr, int count) {
function
132
dst =
zerofill
(dst, bpp); // zero left edge
135
dst =
zerofill
(dst, bpp); // zero right edge
/external/skia/src/gpu/
GrAtlas.cpp
109
static uint8_t*
zerofill
(uint8_t* ptr, int count) {
function
132
dst =
zerofill
(dst, bpp); // zero left edge
135
dst =
zerofill
(dst, bpp); // zero right edge
Completed in 553 milliseconds