Searched defs:LayerProperties (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DRenderProperties.cpp33 LayerProperties::LayerProperties() { function in class:android::uirenderer::LayerProperties
37 LayerProperties::~LayerProperties() {
41 void LayerProperties::reset() {
46 bool LayerProperties::setColorFilter(SkColorFilter* filter) {
52 bool LayerProperties::setFromPaint(const SkPaint* paint) {
60 LayerProperties& LayerProperties::operator=(const LayerProperties
[all...]
H A DRenderProperties.h70 class ANDROID_API LayerProperties { class in namespace:android::uirenderer
118 LayerProperties& operator=(const LayerProperties& other);
121 LayerProperties();
122 ~LayerProperties();
590 const LayerProperties& layerProperties() const {
594 LayerProperties& mutateLayerProperties() {
656 LayerProperties mLayerProperties;

Completed in 261 milliseconds