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

  /external/webkit/Source/WebCore/platform/win/
BitmapInfo.h 59 unsigned numPixels() const { return paddedWidth() * height(); }
  /cts/tests/tests/graphics/src/android/graphics/cts/
CornerPathEffectTest.java 90 int numPixels = 0;
95 numPixels += 1;
104 int cornerPixels = numPixels - straightLines;
  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.cpp 291 int numPixels = height * width;
292 if (m_maxNumPixels <= 0 || numPixels <= m_maxNumPixels)
296 double scale = sqrt(m_maxNumPixels / (double)numPixels);
  /packages/apps/Phone/src/com/android/phone/
BitmapUtils.java 98 int numPixels = width * height;
99 int[] in = new int[numPixels];
100 int[] tmp = new int[numPixels];
  /external/quake/quake/src/QW/client/
gl_warp.c 493 int columns, rows, numPixels;
521 numPixels = columns * rows;
523 targa_rgba = malloc (numPixels*4);
  /external/quake/quake/src/WinQuake/
gl_warp.cpp 542 int columns, rows, numPixels;
570 numPixels = columns * rows;
572 targa_rgba = malloc (numPixels*4);

Completed in 353 milliseconds