HomeSort by relevance Sort by last modified time
    Searched refs:tmpParent (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/
GrShape.cpp 441 SkTLazy<GrShape> tmpParent;
457 tmpParent.init(*srcForPathEffect, GrStyle(strokeRec, nullptr));
458 *this = tmpParent.get()->applyStyle(apply, scale);
472 tmpParent.init(this->path(), GrStyle(strokeRec, nullptr));
473 tmpParent.get()->setInheritedKey(parent, GrStyle::Apply::kPathEffectOnly, scale);
477 tmpParent.get()->asPath(tmpPath.get());
480 if (tmpParent.get()->style().applies()) {
481 SkAssertResult(tmpParent.get()->style().applyToPath(&this->path(), &fillOrHairline,
483 } else if (tmpParent.get()->style().isSimpleFill()) {
486 SkASSERT(tmpParent.get()->style().isSimpleHairline())
    [all...]
  /external/skqp/src/gpu/
GrShape.cpp 393 SkTLazy<GrShape> tmpParent;
409 tmpParent.init(*srcForPathEffect, GrStyle(strokeRec, nullptr));
410 *this = tmpParent.get()->applyStyle(apply, scale);
424 tmpParent.init(this->path(), GrStyle(strokeRec, nullptr));
425 tmpParent.get()->setInheritedKey(parent, GrStyle::Apply::kPathEffectOnly, scale);
429 tmpParent.get()->asPath(tmpPath.get());
432 if (tmpParent.get()->style().applies()) {
433 SkAssertResult(tmpParent.get()->style().applyToPath(&this->path(), &fillOrHairline,
435 } else if (tmpParent.get()->style().isSimpleFill()) {
438 SkASSERT(tmpParent.get()->style().isSimpleHairline())
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
SdkAvdPreparer.java 334 File tmpParent = createParentSdkHome();
336 mSdkHome = FileUtil.createTempDir("SDK_home", tmpParent);
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 

Completed in 68 milliseconds