OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isFixedSize
(Results
1 - 10
of
10
) sorted by null
/frameworks/native/services/surfaceflinger/
LayerDim.h
40
virtual bool
isFixedSize
() const { return true; }
Layer.cpp
498
// TODO: we could be more subtle with
isFixedSize
()
499
const bool useFiltering = getFiltering() || needsFiltering(hw) ||
isFixedSize
();
679
bool Layer::
isFixedSize
() const {
764
if (!
isFixedSize
()) {
[
all
...]
/system/core/include/utils/
Flattenable.h
138
inline bool
isFixedSize
() const;
151
inline bool LightFlattenable<T>::
isFixedSize
() const {
152
return static_cast<T const*>(this)->T::
isFixedSize
();
176
inline bool
isFixedSize
() const {
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSCanvasValue.h
44
bool
isFixedSize
() const { return true; }
CSSCrossfadeValue.h
56
bool
isFixedSize
() const { return true; }
CSSImageGeneratorValue.cpp
126
bool CSSImageGeneratorValue::
isFixedSize
() const
130
return toCSSCanvasValue(this)->
isFixedSize
();
132
return toCSSCrossfadeValue(this)->
isFixedSize
();
134
return toCSSLinearGradientValue(this)->
isFixedSize
();
136
return toCSSRadialGradientValue(this)->
isFixedSize
();
CSSGradientValue.h
82
bool
isFixedSize
() const { return false; }
/frameworks/native/include/ui/
Region.h
138
inline bool
isFixedSize
() const { return false; }
/frameworks/native/include/gui/
Sensor.h
74
inline bool
isFixedSize
() const { return false; }
/frameworks/base/core/java/android/view/
SurfaceView.java
636
public boolean
isFixedSize
() {
[
all
...]
Completed in 154 milliseconds