OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:edge_size
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/gfx/image/
image_unittest_util.h
36
// Returns PNG encoded bytes for a bitmap of |
edge_size
|x|
edge_size
|.
37
scoped_refptr<base::RefCountedMemory> CreatePNGBytes(int
edge_size
);
image_unittest_util.cc
70
scoped_refptr<base::RefCountedMemory> CreatePNGBytes(int
edge_size
) {
71
SkBitmap bitmap = CreateBitmap(
edge_size
,
edge_size
);
/external/chromium_org/ui/base/resource/
resource_bundle_unittest.cc
120
// which is |
edge_size
|x|
edge_size
| pixels.
124
int
edge_size
,
127
bitmap.setConfig(SkBitmap::kARGB_8888_Config,
edge_size
,
edge_size
);
/external/opencv/cxcore/src/
cxdatastructs.cpp
3690
int vtx_size,
edge_size
;
local
[
all
...]
cxpersistence.cpp
4641
int vtx_size = sizeof(CvGraphVtx),
edge_size
, header_size = sizeof(CvGraph);
local
[
all
...]
/external/opencv/cxcore/include/
cxcore.h
[
all
...]
Completed in 207 milliseconds