Lines Matching defs:fullPath

135     VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr);
136 fullPath->mutateStagingProperties()->updateProperties(strokeWidth, strokeColor, strokeAlpha,
155 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr);
157 bool success = fullPath->stagingProperties()->copyProperties(pathProperties, length);
273 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr);
274 return fullPath->stagingProperties()->getStrokeWidth();
278 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr);
279 fullPath->mutateStagingProperties()->setStrokeWidth(strokeWidth);
283 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr);
284 return fullPath->stagingProperties()->getStrokeColor();
288 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr);
289 fullPath->mutateStagingProperties()->setStrokeColor(strokeColor);
293 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr);
294 return fullPath->stagingProperties()->getStrokeAlpha();
298 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr);
299 fullPath->mutateStagingProperties()->setStrokeAlpha(strokeAlpha);
303 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr);
304 return fullPath->stagingProperties()->getFillColor();
308 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr);
309 fullPath->mutateStagingProperties()->setFillColor(fillColor);
313 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr);
314 return fullPath->stagingProperties()->getFillAlpha();
318 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr);
319 fullPath->mutateStagingProperties()->setFillAlpha(fillAlpha);
323 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr);
324 return fullPath->stagingProperties()->getTrimPathStart();
328 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr);
329 fullPath->mutateStagingProperties()->setTrimPathStart(trimPathStart);
333 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr);
334 return fullPath->stagingProperties()->getTrimPathEnd();
338 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr);
339 fullPath->mutateStagingProperties()->setTrimPathEnd(trimPathEnd);
343 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr);
344 return fullPath->stagingProperties()->getTrimPathOffset();
348 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr);
349 fullPath->mutateStagingProperties()->setTrimPathOffset(trimPathOffset);