Searched refs:inner (Results 176 - 200 of 350) sorted by relevance

1234567891011>>

/external/skia/src/gpu/
H A DGrFragmentProcessor.cpp299 static OptimizationFlags OptFlags(const GrFragmentProcessor* inner) { argument
301 if (inner->preservesOpaqueInput()) {
304 if (inner->hasConstantOutputForConstantInput()) {
H A DGrRenderTargetContext.cpp1115 SkTCopyOnFirstWrite<SkRRect> inner(origInner), outer(origOuter);
1118 if (!origInner.transform(viewMatrix, inner.writable())) {
1132 sk_sp<GrFragmentProcessor> innerEffect(GrRRectEffect::Make(innerEdgeType, *inner));
1160 const SkRRect& inner) {
1167 SkASSERT(!inner.isEmpty());
1171 if (this->drawFilledDRRect(clip, std::move(paint), aa, viewMatrix, outer, inner)) {
1177 path.addRRect(inner);
1394 const SkScalar* inner = rects[1].asScalars(); local
1398 SkScalar margin = SkScalarAbs(outer[0] - inner[0]);
1402 SkScalar temp = SkScalarAbs(outer[i] - inner[
1155 drawDRRect(const GrClip& clip, GrPaint&& paint, GrAA aa, const SkMatrix& viewMatrix, const SkRRect& outer, const SkRRect& inner) argument
[all...]
/external/ImageMagick/www/api/
H A Ddecorate.php94 <p>FrameImage() adds a simulated three-dimensional border around the image. The color of the border is defined by the matte_color member of image. Members width and height of frame_info specify the border width of the vertical and horizontal sides of the frame. Members inner and outer indicate the width of the inner and outer shadows of the frame.</p>
/external/clang/test/CodeGen/
H A Dregparm-struct.c168 struct inner { struct in struct:s13
/external/clang/test/Modules/Inputs/
H A Dcxx-templates-a.h20 typename T::Inner inner; local
H A Dcxx-templates-b.h38 typename Identity<DefinedInBImpl, T>::type::Inner inner; local
/external/clang/test/Parser/
H A Dcxx-template-decl.cpp107 template<template<typename> class T> struct inner; // expected-error{{declaration of 'T' shadows template parameter}}
/external/llvm/test/MC/X86/AlignedBundling/
H A Dnesting.s71 # inner nest is closed.
/external/skia/src/utils/
H A DSkShadowPaintFilterCanvas.h54 void onDrawDRRect(const SkRRect &outer, const SkRRect &inner,
H A DSkLuaCanvas.cpp204 void SkLuaCanvas::onDrawDRRect(const SkRRect& outer, const SkRRect& inner, argument
208 lua.pushRRect(inner, "inner");
H A DSkPaintFilterCanvas.cpp71 void SkPaintFilterCanvas::onDrawDRRect(const SkRRect& outer, const SkRRect& inner, argument
75 this->INHERITED::onDrawDRRect(outer, inner, *apf.paint());
H A DSkShadowPaintFilterCanvas.cpp153 void SkShadowPaintFilterCanvas::onDrawDRRect(const SkRRect &outer, const SkRRect &inner, argument
157 this->INHERITED::onDrawDRRect(outer, inner, paint);
/external/tpm2/
H A DRSAKeySieve.c154 UINT32 inner; local
165 inner = 0;
169 inner++;
172 // Hash the inner counter (the one that changes on each HMAC iteration)
173 UINT32_TO_BYTE_ARRAY(inner, swapped);
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
H A Dinspector_backend.py35 def inner(inspector_backend, *args, **kwargs): function in function:_HandleInspectorWebSocketExceptions
42 return inner
/external/clang/test/SemaTemplate/
H A Ddependent-names.cpp137 namespace inner { namespace in namespace:std
140 using inner::vector;
/external/doclava/src/com/google/doclava/
H A DErrors.java91 for (AnnotationValueInfo inner : (ArrayList<AnnotationValueInfo>) val.value()) {
92 if (ident.equals(String.valueOf(inner.value()))) {
H A DInfoBuilder.java583 // changes the name based upon whether this is the root class or an inner class
1167 for (TypeInfo inner : type.typeArguments()) {
1168 if (inner != type.typeArguments().get(0)) {
1173 buildSignatureForType(builder, inner);
1373 // inner class
1376 // inner enum
1379 // inner interface
1382 // inner annotation
1449 // inner class
1455 // inner interfac
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DForwardingMultisetTest.java176 final Multiset<String> inner =
180 return inner;
/external/skia/src/effects/
H A DSkAlphaThresholdFilter.cpp79 SkScalar inner = buffer.readScalar(); local
83 return SkAlphaThresholdFilter::Make(rgn, inner, outer, common.getInput(0),
268 str->appendf("inner: %f outer: %f", fInnerThreshold, fOuterThreshold);
/external/skia/src/effects/gradients/
H A DSkSweepGradient.cpp252 sk_sp<GrFragmentProcessor> inner(GrSweepGradient::Make(
255 return GrFragmentProcessor::MulOutputByInputAlpha(std::move(inner));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar ... result int outer java.io.File[] children int inner java.io.File child java.io. ...
/external/skia/src/core/
H A DSkScan_Hairline.cpp270 static bool geometric_contains(const SkRect& outer, const SkRect& inner) {
271 SkASSERT(!is_inverted(outer) && !is_inverted(inner));
272 return inner.fRight <= outer.fRight && inner.fLeft >= outer.fLeft &&
273 inner.fBottom <= outer.fBottom && inner.fTop >= outer.fTop;
H A DSkStroke.cpp166 SkPath fInner, fOuter; // outer is our working answer, inner is temp
361 // 3x for result == inner + outer + join (swag)
362 // 1x for inner == 'wag' (worst contour length would be better guess)
503 Return true if the inner points is close to a line connecting the outermost points.
530 for (int inner = index + 1; inner < 4; ++inner) {
531 SkVector testDiff = cubic[inner] - cubic[index];
535 outer2 = inner;
567 for (int inner
[all...]
/external/skia/src/gpu/instanced/
H A DInstancedRendering.cpp82 const SkRRect& inner,
86 if (inner.getType() > SkRRect::kSimple_Type) {
87 return nullptr; // Complex inner round rects are not yet supported.
89 if (SkRRect::kEmpty_Type == inner.getType()) {
96 ShapeType innerShapeType = GetRRectShapeType(inner);
99 op->appendParamsTexel(inner.rect().asScalars(), 4);
100 op->appendRRectParams(inner);
81 recordDRRect(const SkRRect& outer, const SkRRect& inner, const SkMatrix& viewMatrix, GrPaint&& paint, GrAA aa, const GrInstancedPipelineInfo& info) argument
/external/skia/samplecode/
H A DSampleAAGeometry.cpp1416 void path_stroke(int index, SkPath* inner, SkPath* outer) {
1476 *inner = stroker.fInner;
1482 SkPath inner, outer;
1483 path_stroke(active, &inner, &outer);
1484 canvas->drawPath(inner, fSkeletonPaint);
1491 Stroke& inner = fStrokes.push_back();
1492 inner.reset();
1493 inner.fInner = true;
1497 path_stroke(index, &inner.fPath, &outer.fPath);
1507 for (int inner
[all...]

Completed in 698 milliseconds

1234567891011>>