HomeSort by relevance Sort by last modified time
    Searched refs:border2 (Results 1 - 7 of 7) 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...]
Pyramid.h 45 static unsigned int calcStorage(real width, real height, real border2, int levels, int *lines);
  /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...]
Pyramid.h 45 static unsigned int calcStorage(real width, real height, real border2, int levels, int *lines);
  /external/webkit/Source/WebCore/rendering/
RenderTableCell.cpp 350 static int compareBorders(const CollapsedBorderValue& border1, const CollapsedBorderValue& border2)
353 if (!border2.exists()) {
362 if (border2.style() == BHIDDEN) {
371 if (border2.style() == BNONE) {
380 if (border1.width() != border2.width())
381 return border1.width() < border2.width() ? -1 : 1;
384 if (border1.style() != border2.style())
385 return border1.style() < border2.style() ? -1 : 1;
388 if (border1.precedence() == border2.precedence())
390 return border1.precedence() < border2.precedence() ? -1 : 1
    [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...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 51 milliseconds