Home | History | Annotate | Download | only in layers

Lines Matching refs:TiledLayer

87 TiledLayer::TiledLayer()
97 TiledLayer::~TiledLayer() {}
99 scoped_ptr<LayerImpl> TiledLayer::CreateLayerImpl(LayerTreeImpl* tree_impl) {
103 void TiledLayer::UpdateTileSizeAndTilingOption() {
144 void TiledLayer::UpdateBounds() {
160 void TiledLayer::SetTileSize(const gfx::Size& size) {
164 void TiledLayer::SetBorderTexelOption(
169 bool TiledLayer::DrawsContent() const {
181 void TiledLayer::ReduceMemoryUsage() {
186 void TiledLayer::SetIsMask(bool is_mask) {
190 void TiledLayer::PushPropertiesTo(LayerImpl* layer) {
233 // TiledLayer must push properties every frame, since viewport state and
239 PrioritizedResourceManager* TiledLayer::ResourceManager() {
245 const PrioritizedResource* TiledLayer::ResourceAtForTesting(int i,
253 void TiledLayer::SetLayerTreeHost(LayerTreeHost* host) {
270 UpdatableTile* TiledLayer::TileAt(int i, int j) const {
274 UpdatableTile* TiledLayer::CreateTile(int i, int j) {
293 void TiledLayer::SetNeedsDisplayRect(const gfx::RectF& dirty_rect) {
298 void TiledLayer::InvalidateContentRect(const gfx::Rect& content_rect) {
318 bool TiledLayer::TileOnlyNeedsPartialUpdate(UpdatableTile* tile) {
323 bool TiledLayer::UpdateTiles(int left,
352 void TiledLayer::MarkOcclusionsAndRequestTextures(
384 bool TiledLayer::HaveTexturesForTiles(int left,
413 void TiledLayer::MarkTilesForUpdate(gfx::Rect* update_rect,
457 void TiledLayer::UpdateTileTextures(const gfx::Rect& update_rect,
561 bool TiledLayer::IsSmallAnimatedLayer() const {
599 void TiledLayer::SetTexturePriorities(const PriorityCalculator& priority_calc) {
644 Region TiledLayer::VisibleContentOpaqueRegion() const {
652 void TiledLayer::ResetUpdateState() {
678 void TiledLayer::UpdateScrollPrediction() {
714 bool TiledLayer::Update(ResourceUpdateQueue* queue,
842 void TiledLayer::OnOutputSurfaceCreated() {
855 bool TiledLayer::NeedsIdlePaint() {
888 gfx::Rect TiledLayer::IdlePaintRect() {