Searched refs:LayerProperties (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DRenderProperties.cpp34 LayerProperties::LayerProperties() { function in class:android::uirenderer::LayerProperties
38 LayerProperties::~LayerProperties() {
42 void LayerProperties::reset() {
47 bool LayerProperties::setColorFilter(SkColorFilter* filter) {
53 bool LayerProperties::setFromPaint(const SkPaint* paint) {
61 LayerProperties& LayerProperties::operator=(const LayerProperties
[all...]
H A DRenderProperties.h68 class ANDROID_API LayerProperties { class in namespace:android::uirenderer
116 LayerProperties& operator=(const LayerProperties& other);
119 LayerProperties();
120 ~LayerProperties();
588 const LayerProperties& layerProperties() const {
592 LayerProperties& mutateLayerProperties() {
654 LayerProperties mLayerProperties;
H A DRenderNode.cpp463 const LayerProperties& props = properties().layerProperties();

Completed in 66 milliseconds