Searched defs:innerWidth (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/android/nav/
H A DCachedColor.h48 int innerWidth() const { return mInnerWidth; } function in class:android::CachedColor
/external/skia/src/images/
H A DSkImageDecoder_libgif.cpp252 const int innerWidth = desc.Width; local
256 if (innerWidth <= 0 || innerHeight <= 0) {
262 innerWidth < width || innerHeight < height)
287 if (DGifGetLine(gif, row, innerWidth) == GIF_ERROR) {
297 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) {
/external/webkit/Source/WebCore/page/
H A DDOMWindow.cpp1105 int DOMWindow::innerWidth() const function in class:WebCore::DOMWindow
/external/webkit/Source/WebCore/rendering/
H A DRenderObject.cpp955 int innerWidth = (radius.width() - shiftForInner) * 2; local
967 graphicsContext->strokeArc(IntRect(innerX, innerY, innerWidth, innerHeight), angleStart, angleSpan);

Completed in 1644 milliseconds