HomeSort by relevance Sort by last modified time
    Searched defs:border2 (Results 1 - 5 of 5) sorted by null

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Pyramid.cpp 30 real border2 = (real) (border << 1); local
31 int lines, size = calcStorage(width, height, border2, levels, &lines);
45 curr->pitch = (real) (width + border2);
49 for (int j = height + border2; j--; y++, position += curr->pitch) {
64 real border2 = (real) (border << 1); local
66 calloc(sizeof(PyramidShort) + sizeof(short *) * (height + border2) +
67 sizeof(short) * (width + border2) * (height + border2), 1);
71 short *position = (short *) &y[height + border2];
75 img->pitch = (real) (width + border2);
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
Pyramid.cpp 30 real border2 = (real) (border << 1); local
31 int lines, size = calcStorage(width, height, border2, levels, &lines);
45 curr->pitch = (real) (width + border2);
49 for (int j = height + border2; j--; y++, position += curr->pitch) {
64 real border2 = (real) (border << 1); local
66 calloc(sizeof(PyramidShort) + sizeof(short *) * (height + border2) +
67 sizeof(short) * (width + border2) * (height + border2), 1);
71 short *position = (short *) &y[height + border2];
75 img->pitch = (real) (width + border2);
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.cpp 30 real border2 = (real) (border << 1); local
31 int lines, size = calcStorage(width, height, border2, levels, &lines);
45 curr->pitch = (real) (width + border2);
49 for (int j = height + border2; j--; y++, position += curr->pitch) {
64 real border2 = (real) (border << 1); local
66 calloc(sizeof(PyramidShort) + sizeof(short *) * (height + border2) +
67 sizeof(short) * (width + border2) * (height + border2), 1);
71 short *position = (short *) &y[height + border2];
75 img->pitch = (real) (width + border2);
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.cpp 726 const int border2 = TestShell::virtualWindowBorder * 2; local
727 if (m_windowRect.width <= border2)
728 m_windowRect.width = 1 + border2;
729 if (m_windowRect.height <= border2)
730 m_windowRect.height = 1 + border2;
731 int width = m_windowRect.width - border2;
732 int height = m_windowRect.height - border2;
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 69 milliseconds