OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fullcontentarea
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceBacking.cpp
68
const IntRect& prepareArea, const IntRect&
fullContentArea
,
111
prepareArea,
fullContentArea
, painter,
136
prepareArea,
fullContentArea
, painter,
143
prepareArea,
fullContentArea
, painter,
178
const IntRect&
fullContentArea
,
186
int nbTexturesUnclipped = tileGrid->nbTextures(
fullContentArea
, m_futureScale);
SurfaceBacking.h
44
const IntRect& prepareArea, const IntRect&
fullContentArea
,
54
const IntRect&
fullContentArea
,
ImageTexture.cpp
196
IntRect
fullContentArea
(0, 0, m_image->width(), m_image->height());
197
m_tileGrid->prepareGL(state, 1.0,
fullContentArea
,
fullContentArea
, this);
247
IntRect layerArea = m_layer->
fullContentArea
();
Surface.cpp
157
" now
fullContentArea
" INT_RECT_FORMAT,
181
IntRect Surface::
fullContentArea
()
184
return getFirstLayer()->
fullContentArea
();
215
IntRect fullArea =
fullContentArea
();
335
area =
fullContentArea
();
357
fullContentArea
(), layer);
Surface.h
79
IntRect
fullContentArea
();
TileGrid.h
52
const IntRect& prepareArea, const IntRect&
fullContentArea
,
TileGrid.cpp
139
const IntRect& prepareArea, const IntRect&
fullContentArea
,
197
IntRect fullArea = computeTilesArea(
fullContentArea
, scale);
/external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.h
142
IntRect
fullContentArea
() const;
LayerAndroid.cpp
761
IntRect LayerAndroid::
fullContentArea
() const
769
IntRect area =
fullContentArea
();
[
all
...]
Completed in 1245 milliseconds