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

  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLRow.cpp 50 int blockHeight = block->nonOperatorHeight();
52 if (blockHeight > maxHeight)
53 maxHeight = blockHeight;
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 95 int blockHeight = yuvTexHeight > 16 ? yuvTexHeight / 16 : 1;
107 int parityY = (y / blockHeight) & 1;
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 542 const int blockHeight = h > 16 ? h / 16 : 1;
552 int parityY = (y / blockHeight) & 1;
    [all...]
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 195 int blockHeight = yuvTexHeight > 16 ? yuvTexHeight / 16 : 1;
212 int parityY = (y / blockHeight) & 1;
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 588 const int blockHeight = h > 16 ? h / 16 : 1;
598 int parityY = (y / blockHeight) & 1;
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp 656 int blockHeight = block->logicalHeight();
661 toRenderInline(containerBlock)->layer()->setStaticInlinePosition(block->startOffsetForLine(blockHeight, false));
662 toRenderInline(containerBlock)->layer()->setStaticBlockPosition(blockHeight);
666 child->layer()->setStaticInlinePosition(block->startOffsetForLine(blockHeight, false));
669 child->layer()->setStaticBlockPosition(blockHeight);
    [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 165 milliseconds