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

/frameworks/base/libs/hwui/
H A DRenderProperties.cpp36 LayerProperties::LayerProperties() { function in class:android::uirenderer::LayerProperties
40 LayerProperties::~LayerProperties() {
44 void LayerProperties::reset() {
49 bool LayerProperties::setColorFilter(SkColorFilter* filter) {
55 bool LayerProperties::setFromPaint(const SkPaint* paint) {
66 LayerProperties& LayerProperties::operator=(const LayerProperties
[all...]
H A DRenderProperties.h67 class ANDROID_API LayerProperties { class in namespace:android::uirenderer
115 LayerProperties& operator=(const LayerProperties& other);
118 LayerProperties();
119 ~LayerProperties();
583 const LayerProperties& layerProperties() const {
587 LayerProperties& mutateLayerProperties() {
647 LayerProperties mLayerProperties;

Completed in 49 milliseconds