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

  /external/webkit/Source/WebCore/rendering/
LayoutState.cpp 49 FloatPoint fixedOffset = renderer->view()->localToAbsolute(FloatPoint(), true);
50 m_paintOffset = IntSize(fixedOffset.x(), fixedOffset.y()) + offset;
RenderBlock.h 277 int logicalRightOffsetForLine(int position, int fixedOffset, bool applyTextIndent = true, int* logicalHeightRemaining = 0) const;
278 int logicalLeftOffsetForLine(int position, int fixedOffset, bool applyTextIndent = true, int* logicalHeightRemaining = 0) const;
    [all...]
RenderBlock.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocvideo.cpp 872 const TPoint fixedOffset = Private->EPOC_ScreenOffset;
908 TInt targetStartOffset = fixedOffset.iX + rect2.x + (fixedOffset.iY +rect2.y) * targetScanlineLength;
    [all...]

Completed in 245 milliseconds