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

  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 227 const int blockHeight = h > 16 ? h / 16 : 1;
238 int parityY = (y / blockHeight) & 1;
257 const int blockHeight = h > 16 ? h / 16 : 1;
264 int blockY = (y / blockHeight);
285 const int blockHeight = (h > 16 ? h / 8 : 2) & ~0x1;
291 int blockY = (y / blockHeight) & 1;
311 const int blockHeight = h > 16 ? h / 16 : 1;
312 const int blockRows = h / blockHeight;
328 checkPixel(buf, 0, blockHeight, 63);
329 checkPixel(buf, 1, blockHeight, 63)
    [all...]
SurfaceTexture_test.cpp 687 const int blockHeight = h > 16 ? h / 16 : 1;
697 int parityY = (y / blockHeight) & 1;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
HtmlConversationTemplates.java 115 public void appendSuperCollapsedHtml(int firstCollapsed, int blockHeight) {
120 append(sSuperCollapsed, firstCollapsed, blockHeight);
125 * @param blockHeight height of the border
127 public void appendBorder(int blockHeight) {
128 append(sBorder, blockHeight);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c 47 unsigned blockWidth, blockHeight;
50 _mesa_get_format_block_size(format, &blockWidth, &blockHeight);
81 unsigned blockWidth, blockHeight;
83 _mesa_get_format_block_size(format, &blockWidth, &blockHeight);
85 return rowStride * ((height + blockHeight - 1) / blockHeight) * depth;
454 uint32_t blockWidth, blockHeight;
455 _mesa_get_format_block_size(image->base.Base.TexFormat, &blockWidth, &blockHeight);
456 rows = (rows + blockHeight - 1) / blockHeight;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c 47 unsigned blockWidth, blockHeight;
50 _mesa_get_format_block_size(format, &blockWidth, &blockHeight);
81 unsigned blockWidth, blockHeight;
83 _mesa_get_format_block_size(format, &blockWidth, &blockHeight);
85 return rowStride * ((height + blockHeight - 1) / blockHeight) * depth;
454 uint32_t blockWidth, blockHeight;
455 _mesa_get_format_block_size(image->base.Base.TexFormat, &blockWidth, &blockHeight);
456 rows = (rows + blockHeight - 1) / blockHeight;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEGaussianBlur.cpp 177 // Split the job into "blockHeight"-sized jobs but there a few jobs that need to be slightly larger since
178 // blockHeight * jobs < total size. These extras are handled by the remainder "jobsWithExtra".
179 const int blockHeight = paintSize.height() / jobs;
188 currentY += job < jobsWithExtra ? blockHeight + 1 : blockHeight;
216 int adjustedBlockHeight = job < jobsWithExtra ? blockHeight + 1 : blockHeight;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_reconstruct.h 79 u32 blockHeight,
h264bsd_reconstruct.c     [all...]
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 95 int blockHeight = yuvTexHeight > 16 ? yuvTexHeight / 16 : 1;
107 int parityY = (y / blockHeight) & 1;
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 195 int blockHeight = yuvTexHeight > 16 ? yuvTexHeight / 16 : 1;
212 int parityY = (y / blockHeight) & 1;
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 544 const int blockHeight = h > 16 ? h / 16 : 1;
554 int parityY = (y / blockHeight) & 1;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp     [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 833 milliseconds