HomeSort by relevance Sort by last modified time
    Searched defs:origin (Results 76 - 100 of 426) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/skia/tests/
BlendTest.cpp 88 GrPixelConfig config, GrSurfaceOrigin origin,
92 backingDesc.fOrigin = origin;
108 SkSurface::MakeFromBackendTextureAsRenderTarget(context, backendTex, origin,
142 for (auto origin : { kTopLeft_GrSurfaceOrigin, kBottomLeft_GrSurfaceOrigin}) {
146 testCases.push_back({rectAndPoints, clip, sampleCnt, origin});
158 GrSurfaceOrigin origin = testCase.fOrigin; local
163 context, sampleCnt, kWidth, kHeight, kColorType, kConfig, origin, &backingSurface);
GLProgramsTest.cpp 151 GrSurfaceOrigin origin = random->nextBool() ? kTopLeft_GrSurfaceOrigin local
166 origin));
PathOpsCubicLineIntersectionIdeas.cpp 147 SkDPoint origin = {ran.nextRangeF(-1000, 1000), ran.nextRangeF(-1000, 1000)}; local
148 CubicPts cuPts = {{origin,
  /external/skqp/include/core/
SkBitmap.h 50 kUnknown_SkAlphaType, and with a width and height of zero. SkPixelRef origin is
254 /** Returns pixel address, the base address corresponding to the pixel origin.
362 @return integral rectangle from origin to width() and height()
372 /** Returns the bounds of this bitmap, offset by its SkPixelRef origin.
377 SkIPoint origin = this->pixelRefOrigin(); local
378 return SkIRect::MakeXYWH(origin.x(), origin.y(), this->width(), this->height());
656 Sets SkPixelRef origin to (0, 0).
723 /** Returns origin of pixels within SkPixelRef. SkBitmap bounds is always contained
727 The returned origin added to SkBitmap dimensions equals or is smaller than th
    [all...]
  /external/skqp/include/private/
GrSurfaceProxy.h 216 GrSurfaceOrigin origin() const { function in class:GrSurfaceProxy
366 GrSurfaceProxy(sk_sp<GrSurface> surface, GrSurfaceOrigin origin, SkBackingFit fit);
  /external/skqp/src/core/
SkBitmapCache.cpp 39 SkIPoint origin = bm.pixelRefOrigin(); local
40 return SkIRect::MakeXYWH(origin.fX, origin.fY, bm.width(), bm.height());
SkDevice.h 46 * such as those associated with saveLayer may have a non-zero origin.
50 const SkIPoint& origin = this->getOrigin(); local
51 bounds->setXYWH(origin.x(), origin.y(), this->width(), this->height());
92 * Return the device's origin: its offset in device coordinates from
93 * the default origin in its canvas' matrix/clip
  /external/skqp/src/gpu/
SkGr.cpp 168 desc.fOrigin = baseProxy->origin();
217 SkIPoint origin = bitmap.pixelRefOrigin(); local
218 SkIRect subset = SkIRect::MakeXYWH(origin.fX, origin.fY, bitmap.width(), bitmap.height());
233 SkASSERT(proxy->origin() == kTopLeft_GrSurfaceOrigin);
  /external/skqp/src/image/
SkImage_Raster.cpp 337 SkIPoint origin = fBitmap.pixelRefOrigin(); local
339 bitmap->setPixelRef(sk_ref_sp(fBitmap.pixelRef()), origin.x(), origin.y());
SkSurface_Gpu.cpp 84 GrSurfaceOrigin origin = fDevice->accessRenderTargetContext()->origin(); local
88 origin, &this->props());
110 SkASSERT(rtc->origin() == rtc->asSurfaceProxy()->origin());
171 rtc->origin(), rtc->width(), rtc->height(),
191 data.origin() == rtc->origin() && data.width() == rtc->width() &&
251 GrSurfaceOrigin origin, const SkSurfaceProps* props,
267 ctx, budgeted, info, sampleCount, origin, props, mipMapped
    [all...]
  /external/skqp/tests/
BlendTest.cpp 88 GrPixelConfig config, GrSurfaceOrigin origin,
92 backingDesc.fOrigin = origin;
108 SkSurface::MakeFromBackendTextureAsRenderTarget(context, backendTex, origin,
142 for (auto origin : { kTopLeft_GrSurfaceOrigin, kBottomLeft_GrSurfaceOrigin}) {
146 testCases.push_back({rectAndPoints, clip, sampleCnt, origin});
158 GrSurfaceOrigin origin = testCase.fOrigin; local
163 context, sampleCnt, kWidth, kHeight, kColorType, kConfig, origin, &backingSurface);
GLProgramsTest.cpp 151 GrSurfaceOrigin origin = random->nextBool() ? kTopLeft_GrSurfaceOrigin local
165 origin));
PathOpsCubicLineIntersectionIdeas.cpp 147 SkDPoint origin = {ran.nextRangeF(-1000, 1000), ran.nextRangeF(-1000, 1000)}; local
148 CubicPts cuPts = {{origin,
  /external/turbine/java/com/google/turbine/binder/
ConstBinder.java 61 private final ClassSymbol origin; field in class:ConstBinder
68 ClassSymbol origin,
72 this.origin = origin;
75 this.constEvaluator = new ConstEvaluator(origin, origin, base, base.scope(), constantEnv, env);
80 new ConstEvaluator(origin, base.owner(), base, base.enclosingScope(), constantEnv, env)
HierarchyBinder.java 41 ClassSymbol origin,
44 return new HierarchyBinder(origin, base, env).bind();
47 private final ClassSymbol origin; field in class:HierarchyBinder
52 ClassSymbol origin,
55 this.origin = origin;
74 superclass = !origin.equals(ClassSymbol.OBJECT) ? ClassSymbol.OBJECT : null;
98 typeParameters.put(p.name(), new TyVarSymbol(origin, p.name()));
126 sym = Resolve.resolve(env, origin, sym, bit);
145 result = Resolve.resolve(env, origin, curr, lookup.first())
    [all...]
  /external/v8/src/inspector/
v8-console-message.cc 179 V8ConsoleMessage::V8ConsoleMessage(V8MessageOrigin origin, double timestamp,
181 : m_origin(origin),
350 V8MessageOrigin V8ConsoleMessage::origin() const { return m_origin; } function in class:v8_inspector::V8ConsoleMessage
468 if (message->origin() == V8MessageOrigin::kConsole)
v8-inspector-impl.cc 154 v8::ScriptOrigin origin(
160 v8::ScriptCompiler::Source source(toV8String(m_isolate, code), origin); local
  /external/webrtc/webrtc/p2p/base/
turnserver.h 79 const std::string& origin() const { return origin_; } function in class:cricket::TurnServerAllocation
  /hardware/interfaces/keymaster/3.0/vts/functional/
attestation_record.cpp 79 ASN1_INTEGER* origin; member in struct:android::hardware::keymaster::V3_0::km_auth_list
109 ASN1_EXP_OPT(KM_AUTH_LIST, origin, ASN1_INTEGER, TAG_ORIGIN.maskedTag()),
237 copyAuthTag(record->origin, TAG_ORIGIN, auth_list);
  /hardware/interfaces/keymaster/4.0/support/
attestation_record.cpp 79 ASN1_INTEGER* origin; member in struct:android::hardware::keymaster::V4_0::km_auth_list
107 ASN1_EXP_OPT(KM_AUTH_LIST, origin, ASN1_INTEGER, TAG_ORIGIN.maskedTag()),
234 copyAuthTag(record->origin, TAG_ORIGIN, auth_list);
  /libcore/luni/src/test/java/libcore/java/util/
RandomTest.java 79 final int origin = 128, bound = 256; local
84 rands[i] = rand.nextInt(bound - origin) + origin;
87 int[] streamRands = new Random(0).ints(origin, bound).limit(limit).toArray();
98 final int origin = 128, bound = 256; local
103 rands[i] = rand.nextInt(bound - origin) + origin;
106 int[] streamRands = new Random(0).ints(size, origin, bound).toArray();
108 assertEquals(size, new Random(0).ints(size, origin, bound).count());
154 final int origin = 128, bound = 256 local
173 final int origin = 128, bound = 256; local
229 final int origin = 128, bound = 256; local
252 final int origin = 128, bound = 256; local
    [all...]
  /libcore/ojluni/src/main/java/java/util/
ArrayPrefixHelpers.java 110 final int lo, hi, origin, fence, threshold; field in class:ArrayPrefixHelpers.CumulateTask
118 this.lo = this.origin = lo; this.hi = this.fence = hi;
127 T[] array, int origin, int fence, int threshold,
131 this.origin = origin; this.fence = fence;
141 int th = threshold, org = origin, fnc = fence, l, h;
262 final int lo, hi, origin, fence, threshold; field in class:ArrayPrefixHelpers.LongCumulateTask
270 this.lo = this.origin = lo; this.hi = this.fence = hi;
279 long[] array, int origin, int fence, int threshold,
283 this.origin = origin; this.fence = fence
412 final int lo, hi, origin, fence, threshold; field in class:ArrayPrefixHelpers.DoubleCumulateTask
562 final int lo, hi, origin, fence, threshold; field in class:ArrayPrefixHelpers.IntCumulateTask
    [all...]
SplittableRandom.java 224 static final String BAD_RANGE = "bound must be greater than origin";
251 * the public nextX(origin, bound) methods. These exist mainly to
258 * origin is greater than bound, acts as unbounded form of
261 * @param origin the least value, unless greater than bound
262 * @param bound the upper bound (exclusive), must not equal origin
265 final long internalNextLong(long origin, long bound) {
293 if (origin < bound) {
294 long n = bound - origin, m = n - 1;
296 r = (r & m) + origin;
302 r += origin;
835 final int origin; field in class:SplittableRandom.RandomIntsSpliterator
891 final long origin; field in class:SplittableRandom.RandomLongsSpliterator
948 final double origin; field in class:SplittableRandom.RandomDoublesSpliterator
    [all...]
  /bionic/libc/kernel/uapi/linux/
ncp_fs.h 62 int origin; member in struct:ncp_lock_ioctl
  /bionic/linker/
linker_soinfo.cpp 84 std::string origin = dirname(get_realpath()); local
86 std::vector<std::pair<std::string, std::string>> params = {{"ORIGIN", origin}};

Completed in 441 milliseconds

1 2 34 5 6 7 8 91011>>