Home | History | Annotate | Download | only in layers

Lines Matching defs:FixedBackgroundImageLayerAndroid

119 FixedBackgroundImageLayerAndroid::FixedBackgroundImageLayerAndroid(PassRefPtr<RenderStyle> aStyle,
147 ClassTracker::instance()->increment("FixedBackgroundImageLayerAndroid");
151 FixedBackgroundImageLayerAndroid::FixedBackgroundImageLayerAndroid(const FixedBackgroundImageLayerAndroid& layer)
157 ClassTracker::instance()->increment("FixedBackgroundImageLayerAndroid");
161 FixedBackgroundImageLayerAndroid::~FixedBackgroundImageLayerAndroid()
164 ClassTracker::instance()->decrement("FixedBackgroundImageLayerAndroid");
186 bool FixedBackgroundImageLayerAndroid::drawSimpleQuad(ImageTexture* imageTexture,
250 void FixedBackgroundImageLayerAndroid::drawRepeatedGrid(ImageTexture* imageTexture,
287 bool FixedBackgroundImageLayerAndroid::drawGL(bool layerTilesDisabled)
333 Image* FixedBackgroundImageLayerAndroid::GetCachedImage(PassRefPtr<RenderStyle> aStyle)