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
42 LayerProperties::~LayerProperties() {
46 void LayerProperties::reset() {
51 bool LayerProperties::setColorFilter(SkColorFilter* filter) {
57 bool LayerProperties::setFromPaint(const SkPaint* paint) {
68 LayerProperties& LayerProperties::operator=(const LayerProperties
[all...]
H A DRenderProperties.h66 class ANDROID_API LayerProperties { class in namespace:android::uirenderer
118 LayerProperties& operator=(const LayerProperties& other);
121 LayerProperties();
122 ~LayerProperties();
555 const LayerProperties& layerProperties() const {
559 LayerProperties& mutateLayerProperties() {
604 LayerProperties mLayerProperties;

Completed in 50 milliseconds