HomeSort by relevance Sort by last modified time
    Searched refs:isFixedSize (Results 1 - 14 of 14) 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...]
Layer.h 173 * isFixedSize - true if content has a fixed size
175 virtual bool isFixedSize() const;
  /external/chromium_org/third_party/WebKit/Source/core/css/
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();
CSSImageGeneratorValue.h 62 bool isFixedSize() const;
CSSCanvasValue.h 44 bool isFixedSize() const { return true; }
CSSCrossfadeValue.h 56 bool isFixedSize() const { return true; }
CSSGradientValue.h 82 bool isFixedSize() const { return false; }
  /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/rendering/style/
StyleGeneratedImage.cpp 35 , m_fixedSize(m_imageGeneratorValue->isFixedSize())
  /frameworks/native/include/gui/
Sensor.h 74 inline bool isFixedSize() const { return false; }
  /frameworks/native/include/binder/
Parcel.h 326 if (!val.isFixedSize()) {
350 if (val.isFixedSize()) {
  /frameworks/native/include/ui/
Region.h 138 inline bool isFixedSize() const { return false; }
  /frameworks/base/core/java/android/view/
SurfaceView.java 636 public boolean isFixedSize() {
    [all...]

Completed in 492 milliseconds