Searched refs:LayerProperties (Results 1 - 3 of 3) 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;
H A DRenderNode.cpp289 const LayerProperties& props = properties().layerProperties();

Completed in 1179 milliseconds