HomeSort by relevance Sort by last modified time
    Searched refs:edge_size (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/gfx/image/
image_unittest_util.h 34 // Returns PNG encoded bytes for a bitmap of |edge_size|x|edge_size|.
35 scoped_refptr<base::RefCountedMemory> CreatePNGBytes(int edge_size);
image_unittest_util.cc 66 scoped_refptr<base::RefCountedMemory> CreatePNGBytes(int edge_size) {
67 SkBitmap bitmap = CreateBitmap(edge_size, edge_size);
  /external/chromium_org/content/browser/android/
edge_effect.cc 352 const gfx::Size edge_size(size.width(), scaled_edge_height);
353 edge_->Update(edge_size, transform, edge_alpha_);
  /external/chromium_org/ui/base/resource/
resource_bundle_unittest.cc 124 // which is |edge_size|x|edge_size| pixels.
128 int edge_size,
131 bitmap.allocN32Pixels(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/chromium_org/chrome/browser/history/
history_backend_unittest.cc 348 // Creates an |edge_size|x|edge_size| bitmap of |color|.
349 SkBitmap CreateBitmap(SkColor color, int edge_size) {
351 bitmap.allocN32Pixels(edge_size, edge_size);
    [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]

Completed in 205 milliseconds