Home | History | Annotate | Download | only in hwui

Lines Matching full:fullpath

77 FullPath::FullPath(const FullPath& path) : Path(path) {
107 const SkPath& FullPath::getUpdatedPath(bool useStagingData, SkPath* tempStagingPath) {
138 void FullPath::dump() {
150 void FullPath::draw(SkCanvas* outCanvas, bool useStagingData) {
194 void FullPath::syncProperties() {
206 REQUIRE_COMPATIBLE_LAYOUT(FullPath::FullPathProperties::PrimitiveFields);
211 bool FullPath::FullPathProperties::copyProperties(int8_t* outProperties, int length) const {
224 void FullPath::FullPathProperties::setColorPropertyValue(int propertyId, int32_t value) {
232 "Error setting color property on FullPath: No valid property"
238 void FullPath::FullPathProperties::setPropertyValue(int propertyId, float value) {