HomeSort by relevance Sort by last modified time
    Searched defs:resolve (Results 26 - 50 of 1243) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/skia/experimental/svg/model/
SkSVGEllipse.cpp 58 SkRect SkSVGEllipse::resolve(const SkSVGLengthContext& lctx) const { function in class:SkSVGEllipse
59 const auto cx = lctx.resolve(fCx, SkSVGLengthContext::LengthType::kHorizontal);
60 const auto cy = lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical);
61 const auto rx = lctx.resolve(fRx, SkSVGLengthContext::LengthType::kHorizontal);
62 const auto ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical);
71 canvas->drawOval(this->resolve(lctx), paint);
76 path.addOval(this->resolve(ctx.lengthContext()));
SkSVGLine.cpp 58 std::tuple<SkPoint, SkPoint> SkSVGLine::resolve(const SkSVGLengthContext& lctx) const { function in class:SkSVGLine
60 SkPoint::Make(lctx.resolve(fX1, SkSVGLengthContext::LengthType::kHorizontal),
61 lctx.resolve(fY1, SkSVGLengthContext::LengthType::kVertical)),
62 SkPoint::Make(lctx.resolve(fX2, SkSVGLengthContext::LengthType::kHorizontal),
63 lctx.resolve(fY2, SkSVGLengthContext::LengthType::kVertical)));
69 std::tie(p0, p1) = this->resolve(lctx);
76 std::tie(p0, p1) = this->resolve(ctx.lengthContext());
SkSVGRect.cpp 77 SkRRect SkSVGRect::resolve(const SkSVGLengthContext& lctx) const { function in class:SkSVGRect
79 const SkScalar rx = lctx.resolve(fRx, SkSVGLengthContext::LengthType::kHorizontal);
80 const SkScalar ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical);
87 canvas->drawRRect(this->resolve(lctx), paint);
92 path.addRRect(this->resolve(ctx.lengthContext()));
  /external/skqp/experimental/svg/model/
SkSVGCircle.cpp 49 std::tuple<SkPoint, SkScalar> SkSVGCircle::resolve(const SkSVGLengthContext& lctx) const { function in class:SkSVGCircle
50 const auto cx = lctx.resolve(fCx, SkSVGLengthContext::LengthType::kHorizontal);
51 const auto cy = lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical);
52 const auto r = lctx.resolve(fR , SkSVGLengthContext::LengthType::kOther);
60 std::tie(pos, r) = this->resolve(lctx);
70 std::tie(pos, r) = this->resolve(ctx.lengthContext());
SkSVGEllipse.cpp 58 SkRect SkSVGEllipse::resolve(const SkSVGLengthContext& lctx) const { function in class:SkSVGEllipse
59 const auto cx = lctx.resolve(fCx, SkSVGLengthContext::LengthType::kHorizontal);
60 const auto cy = lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical);
61 const auto rx = lctx.resolve(fRx, SkSVGLengthContext::LengthType::kHorizontal);
62 const auto ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical);
71 canvas->drawOval(this->resolve(lctx), paint);
76 path.addOval(this->resolve(ctx.lengthContext()));
SkSVGLine.cpp 58 std::tuple<SkPoint, SkPoint> SkSVGLine::resolve(const SkSVGLengthContext& lctx) const { function in class:SkSVGLine
60 SkPoint::Make(lctx.resolve(fX1, SkSVGLengthContext::LengthType::kHorizontal),
61 lctx.resolve(fY1, SkSVGLengthContext::LengthType::kVertical)),
62 SkPoint::Make(lctx.resolve(fX2, SkSVGLengthContext::LengthType::kHorizontal),
63 lctx.resolve(fY2, SkSVGLengthContext::LengthType::kVertical)));
69 std::tie(p0, p1) = this->resolve(lctx);
76 std::tie(p0, p1) = this->resolve(ctx.lengthContext());
SkSVGRect.cpp 77 SkRRect SkSVGRect::resolve(const SkSVGLengthContext& lctx) const { function in class:SkSVGRect
79 const SkScalar rx = lctx.resolve(fRx, SkSVGLengthContext::LengthType::kHorizontal);
80 const SkScalar ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical);
87 canvas->drawRRect(this->resolve(lctx), paint);
92 path.addRRect(this->resolve(ctx.lengthContext()));
  /external/tensorflow/tensorflow/contrib/py2tf/pyct/
qual_names.py 103 def resolve(node): function
  /external/turbine/java/com/google/turbine/binder/lookup/
ImportScope.java 33 * com.google.turbine.binder.Resolve#resolve}.
40 default ClassSymbol resolve(SourceFile source, int position, LookupResult result) { method in interface:ImportScope.ResolveFunction
53 LookupResult lookup(LookupKey lookupKey, ResolveFunction resolve);
59 public LookupResult lookup(LookupKey lookupKey, ResolveFunction resolve) {
60 LookupResult result = next.lookup(lookupKey, resolve);
64 return ImportScope.this.lookup(lookupKey, resolve);
77 public LookupResult lookup(LookupKey lookupKey, ResolveFunction resolve) {
84 default CompoundScope toScope(ResolveFunction resolve) {
89 return ImportScope.this.lookup(lookupKey, resolve);
    [all...]
  /frameworks/av/media/libaaudio/src/binding/
AudioEndpointParcelable.cpp 117 aaudio_result_t AudioEndpointParcelable::resolve(EndpointDescriptor *descriptor) { function in class:AudioEndpointParcelable
118 aaudio_result_t result = mUpMessageQueueParcelable.resolve(mSharedMemories,
121 result = mDownMessageQueueParcelable.resolve(mSharedMemories,
125 result = mDownDataQueueParcelable.resolve(mSharedMemories,
SharedRegionParcelable.cpp 85 aaudio_result_t SharedRegionParcelable::resolve(SharedMemoryParcelable *memoryParcels, function in class:SharedRegionParcelable
96 return memoryParcel->resolve(mOffsetInBytes, mSizeInBytes, regionAddressPtr);
  /frameworks/compile/mclinker/lib/LD/
StaticResolver.cpp 22 bool StaticResolver::resolve(ResolveInfo& __restrict__ pOld, function in class:mcld::StaticResolver
  /libcore/luni/src/test/java/libcore/java/net/
OldAndroidURITest.java 39 resolve("http://www.google.com/your",
44 private static void resolve(String base, String uri, String expected) { method in class:OldAndroidURITest
46 URI resolved = b.resolve(uri);
OldURITest.java 121 b.resolve((URI) null);
130 b.resolve((String) null);
137 b.resolve("http://a/b/c/g?y/./x\n");
  /packages/apps/Car/Radio/src/com/android/car/radio/platform/
ImageMemoryCache.java 38 public @Nullable Bitmap resolve(long globalId) { method in class:ImageMemoryCache
  /system/tools/hidl/
TypeDef.cpp 58 const Type* TypeDef::resolve() const { function in class:android::TypeDef
  /build/make/core/
device.mk 74 define resolve-short-device-name
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
CustomSymbolCurrency.java 20 public static Currency resolve(Currency currency, ULocale locale, DecimalFormatSymbols symbols) { method in class:CustomSymbolCurrency
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
CustomSymbolCurrency.java 16 public static Currency resolve(Currency currency, ULocale locale, DecimalFormatSymbols symbols) { method in class:CustomSymbolCurrency
  /external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/javaparser/
VarTypeTest.java 32 ResolvedType resolvedType = varType.resolve();
42 ResolvedType resolvedType = varType.resolve();
52 varType.resolve();
60 varType.resolve();
  /external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/utils/
SymbolSolverQuickSetupTest.java 17 * Try to resolve all the ClassOrInterfaceDeclaration and MethodCallExpr in some resources folder. If it fails to do
37 // try to resolve, this will fail
39 compilationUnit.findAll(ClassOrInterfaceDeclaration.class).forEach(ClassOrInterfaceDeclaration::resolve));
43 public void resolve() throws IOException { method in class:SymbolSolverQuickSetupTest
46 // try to resolve, this should succeed
48 compilationUnit.findAll(ClassOrInterfaceDeclaration.class).forEach(ClassOrInterfaceDeclaration::resolve));
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
resolver_service.hpp 84 /// Resolve a query to a list of entries.
85 iterator_type resolve(implementation_type& impl, const query_type& query, function in class:asio::ip::resolver_service
88 return service_impl_.resolve(impl, query, ec);
91 /// Asynchronously resolve a query to a list of entries.
107 /// Resolve an endpoint to a list of entries.
108 iterator_type resolve(implementation_type& impl, function in class:asio::ip::resolver_service
111 return service_impl_.resolve(impl, endpoint, ec);
114 /// Asynchronously resolve an endpoint to a list of entries.
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliClassType.java 56 public PsiClass resolve() { method in class:SmaliClassType
61 PsiElement resolved = reference.resolve();
70 PsiClass resolved = resolve();
91 return resolve();
142 PsiClass psiClass = resolve();
SmaliLabelReference.java 71 @Nullable @Override public SmaliLabel resolve() { method in class:SmaliLabelReference
84 return resolve() == element;
  /external/tensorflow/tensorflow/contrib/py2tf/pyct/static_analysis/
type_info.py 76 * Attribute (helps resolve object methods)
122 # it can resolve the type.
185 def resolve(node, context): function

Completed in 1372 milliseconds

12 3 4 5 6 7 8 91011>>