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

/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/WebCore/page/
H A DDOMWindow.cpp879 int DOMWindow::innerWidth() const function in class:WebCore::DOMWindow
/external/webkit/WebCore/rendering/
H A DRenderObject.cpp945 int innerWidth = (radius.width() - shiftForInner) * 2; local
957 graphicsContext->strokeArc(IntRect(innerX, innerY, innerWidth, innerHeight), angleStart, angleSpan);

Completed in 102 milliseconds