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

  /external/webkit/Source/WebCore/platform/graphics/android/
BaseRenderer.cpp 82 const TileRenderInfo& renderInfo, int pictureCount)
87 renderInfo.scale, this, renderInfo.tilePainter, pictureCount);
134 unsigned int pictureCount = 0;
135 renderInfo.tilePainter->paint(renderInfo.baseTile, &canvas, &pictureCount);
139 const int color = 20 + (pictureCount % 100);
158 drawTileInfo(&canvas, renderInfo, pictureCount);
160 renderInfo.textureInfo->m_pictureCount = pictureCount;
162 return pictureCount;
BaseTile.cpp 177 void BaseTile::markAsDirty(int unsigned pictureCount,
183 m_lastDirtyPicture = pictureCount;
380 unsigned int pictureCount = 0;
450 pictureCount = m_renderer->renderTiledContent(renderInfo);
464 pictureCount = m_renderer->renderTiledContent(renderInfo);
470 texture->setTile(textureInfo, x, y, scale, painter, pictureCount);

Completed in 162 milliseconds