HomeSort by relevance Sort by last modified time
    Searched refs:origin (Results 201 - 225 of 1152) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/mdnsresponder/mDNSPosix/
parselog.py 218 c.moveToPoint(pageRect.origin.x,height*typesize+6)
222 c.showTextAtPoint(pageRect.origin.x + 2, height*typesize + 2, ip, len(ip))
223 c.showTextAtPoint(pageRect.origin.x + 2 + typesize*8, height*typesize + 2, hname, len(hname))
224 c.showTextAtPoint(pageRect.origin.x + 2 + typesize*25, height*typesize + 2, hinfo, len(hinfo))
227 c.moveToPoint((time-minTime)*scale,pageRect.origin.y)
237 c.showTextAtPoint((time-minTime)*scale - theStringWidth/2, pageRect.origin.y + 2, theTimeString, len(theTimeString))
  /external/skia/include/core/
SkSurface.h 174 @param origin one of: kBottomLeft_GrSurfaceOrigin, kTopLeft_GrSurfaceOrigin
183 GrSurfaceOrigin origin, int sampleCnt,
202 @param origin one of: kBottomLeft_GrSurfaceOrigin, kTopLeft_GrSurfaceOrigin
215 GrSurfaceOrigin origin, int sampleCnt,
234 @param origin one of: kBottomLeft_GrSurfaceOrigin, kTopLeft_GrSurfaceOrigin
242 GrSurfaceOrigin origin,
260 @param origin one of: kBottomLeft_GrSurfaceOrigin, kTopLeft_GrSurfaceOrigin
272 GrSurfaceOrigin origin,
287 @param origin one of: kBottomLeft_GrSurfaceOrigin, kTopLeft_GrSurfaceOrigin
296 GrSurfaceOrigin origin,
    [all...]
  /external/skia/src/gpu/
GrOpFlushState.cpp 91 if (!fGpu->getWritePixelsInfo(dstSurface, dstProxy->origin(), width, height, srcColorType,
96 return this->fGpu->writePixels(dstSurface, dstProxy->origin(), left, top, width, height,
102 desc.fOrigin = dstProxy->origin();
111 if (!fGpu->writePixels(temp.get(), dstProxy->origin(), 0, 0, width, height,
115 return fGpu->copySurface(dstSurface, dstProxy->origin(), temp.get(), dstProxy->origin(),
GrProxyProvider.cpp 99 GrSurfaceOrigin origin) {
108 SkASSERT(result->origin() == origin);
113 sk_sp<GrTextureProxy> GrProxyProvider::createWrapped(sk_sp<GrTexture> tex, GrSurfaceOrigin origin) {
116 SkASSERT(!this->findProxyByUniqueKey(tex->getUniqueKey(), origin));
121 return sk_sp<GrTextureProxy>(new GrTextureRenderTargetProxy(std::move(tex), origin));
123 return sk_sp<GrTextureProxy>(new GrTextureProxy(std::move(tex), origin));
128 GrSurfaceOrigin origin) {
135 sk_sp<GrTextureProxy> result = this->findProxyByUniqueKey(key, origin);
152 result = this->createWrapped(std::move(texture), origin);
    [all...]
GrAHardwareBufferImageGenerator.cpp 101 GrContext* context, const SkImageInfo& info, const SkIPoint& origin,
109 if (0 == origin.fX && 0 == origin.fY &&
118 SkIRect subset = SkIRect::MakeXYWH(origin.fX, origin.fY, info.width(), info.height());
  /external/skia/src/gpu/gl/
GrGLProgram.cpp 96 pipeline.dstTextureProxy()->origin());
145 if (fRenderTargetState.fRenderTargetOrigin != proxy->origin() ||
148 fRenderTargetState.fRenderTargetOrigin = proxy->origin();
158 size, proxy->origin());
170 sampler.proxy()->origin());
184 sampler.proxy()->origin());
  /external/skqp/include/core/
SkSurface.h 98 GrSurfaceOrigin origin, int sampleCnt,
116 GrSurfaceOrigin origin, int sampleCnt,
123 GrSurfaceOrigin origin,
136 GrSurfaceOrigin origin,
150 GrSurfaceOrigin origin,
170 GrSurfaceOrigin origin,
SkImage.h 106 GrSurfaceOrigin origin,
109 return MakeFromTexture(context, backendTexture, origin, alphaType, colorSpace, nullptr,
125 GrSurfaceOrigin origin,
143 GrSurfaceOrigin origin,
147 return MakeFromTexture(context, backendTexture, origin, colorType, alphaType, colorSpace,
164 GrSurfaceOrigin origin,
378 * If 'origin' is supplied it will be filled in with the origin of the content drawn
382 GrSurfaceOrigin* origin = nullptr) const;
  /external/skqp/src/gpu/
GrOpFlushState.cpp 87 if (!fGpu->getWritePixelsInfo(dstSurface, dstProxy->origin(),
93 return this->fGpu->writePixels(dstSurface, dstProxy->origin(),
98 desc.fOrigin = dstProxy->origin();
107 if (!fGpu->writePixels(temp.get(), dstProxy->origin(), 0, 0, width, height, desc.fConfig,
111 return fGpu->copySurface(dstSurface, dstProxy->origin(), temp.get(), dstProxy->origin(),
GrAHardwareBufferImageGenerator.cpp 101 GrContext* context, const SkImageInfo& info, const SkIPoint& origin,
109 if (0 == origin.fX && 0 == origin.fY &&
118 SkIRect subset = SkIRect::MakeXYWH(origin.fX, origin.fY, info.width(), info.height());
  /external/skqp/src/gpu/gl/
GrGLProgram.cpp 96 pipeline.dstTextureProxy()->origin());
145 if (fRenderTargetState.fRenderTargetOrigin != proxy->origin() ||
148 fRenderTargetState.fRenderTargetOrigin = proxy->origin();
158 size, proxy->origin());
170 sampler.proxy()->origin());
184 sampler.proxy()->origin());
  /external/skqp/src/image/
SkSurface.cpp 256 GrSurfaceOrigin origin, int sampleCnt,
262 GrSurfaceOrigin origin, int sampleCnt,
270 GrSurfaceOrigin origin,
278 GrSurfaceOrigin origin,
287 GrSurfaceOrigin origin,
296 GrSurfaceOrigin origin,
  /external/tcpdump/
print-dvmrp.c 167 register uint32_t mask, origin; local
198 origin = 0;
201 origin = origin << 8 | *bp++;
204 origin <<= 8;
210 ND_PRINT((ndo, "\n\t %s metric %d", intoa(htonl(origin)),
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisibleTest.java 198 * @param origin The root view of the screen.
201 static public void assertOnBottomEdgeOfScreen(View origin, View view) {
206 origin.getLocationOnScreen(xyRoot);
209 int bottomOfRoot = xyRoot[1] + origin.getHeight();
219 * @param origin The root view of the screen.
222 static public void assertOnTopEdgeOfScreen(View origin, View view) {
227 origin.getLocationOnScreen(xyRoot);
230 int bottomOfRoot = xyRoot[1] + origin.getHeight();
  /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...]
  /build/kati/
var.go 30 Origin() string
62 func (v *targetSpecificVar) Origin() string {
63 return v.v.Origin()
95 origin string
99 func (v *simpleVar) Origin() string { return v.origin }
118 Origin: v.origin,
127 d.Str(v.origin)
161 func (v *automaticVar) Origin() string { return "automatic"
    [all...]
  /external/skia/tests/
PathOpsAngleIdeas.cpp 436 const SkDPoint& origin = quad1[0]; local
437 REPORTER_ASSERT(reporter, origin == quad2[0]);
438 double a1s = atan2(origin.fY - quad1[1].fY, quad1[1].fX - origin.fX);
439 double a1e = atan2(origin.fY - quad1[2].fY, quad1[2].fX - origin.fX);
440 double a2s = atan2(origin.fY - quad2[1].fY, quad2[1].fX - origin.fX);
441 double a2e = atan2(origin.fY - quad2[2].fY, quad2[2].fX - origin.fX)
    [all...]
  /external/skqp/tests/
PathOpsAngleIdeas.cpp 436 const SkDPoint& origin = quad1[0]; local
437 REPORTER_ASSERT(reporter, origin == quad2[0]);
438 double a1s = atan2(origin.fY - quad1[1].fY, quad1[1].fX - origin.fX);
439 double a1e = atan2(origin.fY - quad1[2].fY, quad1[2].fX - origin.fX);
440 double a2s = atan2(origin.fY - quad2[1].fY, quad2[1].fX - origin.fX);
441 double a2e = atan2(origin.fY - quad2[2].fY, quad2[2].fX - origin.fX)
    [all...]
  /external/webrtc/webrtc/p2p/base/
turnport.h 52 const std::string& origin) {
54 server_address, credentials, server_priority, origin);
68 const std::string& origin) {
71 server_priority, origin);
88 const Candidate& c, PortInterface::CandidateOrigin origin);
165 const std::string& origin);
178 const std::string& origin);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
7zFile.c 169 WRes File_Seek(CSzFile *p, Int64 *pos, ESzSeek origin)
177 switch (origin)
198 switch (origin)
261 static SRes FileInStream_Seek(void *pp, Int64 *pos, ESzSeek origin)
264 return File_Seek(&p->file, pos, origin);
  /external/apache-http/src/org/apache/http/impl/cookie/
RFC2109Spec.java 108 public List<Cookie> parse(final Header header, final CookieOrigin origin)
113 if (origin == null) {
114 throw new IllegalArgumentException("Cookie origin may not be null");
117 return parse(elems, origin);
121 public void validate(final Cookie cookie, final CookieOrigin origin)
133 super.validate(cookie, origin);
BrowserCompatSpec.java 108 public List<Cookie> parse(final Header header, final CookieOrigin origin)
113 if (origin == null) {
114 throw new IllegalArgumentException("Cookie origin may not be null");
155 return parse(elems, origin);
  /external/compiler-rt/lib/msan/
msan_poisoning.cc 49 // Copy left unaligned origin if that memory is poisoned.
63 // Copy right unaligned origin if that memory is poisoned.
147 void SetOrigin(const void *dst, uptr size, u32 origin) {
148 // Origin mapping is 4 bytes per 4 bytes of application memory.
154 u64 origin64 = ((u64)origin << 32) | origin;
158 *(u32 *)beg = origin;
162 if (end & 7ULL) *(u32 *)(end - 4) = origin;
169 Origin o = Origin::CreateHeapOrigin(stack)
    [all...]
  /external/lzma/C/
7zFile.c 169 WRes File_Seek(CSzFile *p, Int64 *pos, ESzSeek origin)
177 switch (origin)
198 switch (origin)
261 static SRes FileInStream_Seek(void *pp, Int64 *pos, ESzSeek origin)
264 return File_Seek(&p->file, pos, origin);
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_agl.cc 413 _lastViewBounds.origin.x = 0;
414 _lastViewBounds.origin.y = 0;
521 _lastViewBounds.origin.x = 0;
522 _lastViewBounds.origin.y = 0;
1072 _lastViewBounds.origin.x = viewBounds.origin.x;
1073 _lastViewBounds.origin.y = viewBounds.origin.y;
1089 if (_lastViewBounds.origin.x != viewBounds.origin.x |
    [all...]

Completed in 1963 milliseconds

1 2 3 4 5 6 7 891011>>