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/base/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 95 int blockHeight = yuvTexHeight > 16 ? yuvTexHeight / 16 : 1;
107 int parityY = (y / blockHeight) & 1;
  /frameworks/base/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 537 const int blockHeight = h > 16 ? h / 16 : 1;
547 int parityY = (y / blockHeight) & 1;
    [all...]
  /frameworks/base/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 195 int blockHeight = yuvTexHeight > 16 ? yuvTexHeight / 16 : 1;
212 int parityY = (y / blockHeight) & 1;
  /frameworks/base/libs/gui/tests/
SurfaceTexture_test.cpp 473 const int blockHeight = h > 16 ? h / 16 : 1;
483 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...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 790 milliseconds