OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:row_length
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/skia/ext/
vector_canvas_unittest.cc
125
int
row_length
() const { return row_length_; }
function in class:skia::__anon15309::Image
354
<< image.height() << ", " << image.
row_length
() << ")";
vector_platform_device_emf_win.cc
906
int
row_length
= bitmap.rowBytesAsPixels();
local
910
if (SkColorGetA(pixels[(y2 *
row_length
) + x2]) != 255) {
Completed in 162 milliseconds