Searched refs:texture_size_in_dip (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/compositor/
H A Dlayer.h270 gfx::Size texture_size_in_dip);
271 void SetTextureSize(gfx::Size texture_size_in_dip);
H A Dlayer.cc528 gfx::Size texture_size_in_dip) {
544 SetTextureSize(texture_size_in_dip);
547 void Layer::SetTextureSize(gfx::Size texture_size_in_dip) { argument
549 if (frame_size_in_dip_ == texture_size_in_dip)
551 frame_size_in_dip_ = texture_size_in_dip;
525 SetTextureMailbox( const cc::TextureMailbox& mailbox, scoped_ptr<cc::SingleReleaseCallback> release_callback, gfx::Size texture_size_in_dip) argument

Completed in 105 milliseconds