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

12 3 4 5 6 7 8 91011>>

  /external/freetype/src/base/
ftlcdfil.c 76 FT_Byte* origin = bitmap->buffer; local
81 origin += pitch * (FT_Int)( height - 1 );
86 FT_Byte* line = origin;
129 FT_Byte* column = origin;
182 FT_Byte* origin = bitmap->buffer; local
196 origin += pitch * (FT_Int)( height - 1 );
201 FT_Byte* line = origin;
238 FT_Byte* column = origin;
  /external/skia/src/core/
SkClipStackDevice.cpp 43 SkIPoint origin = this->getOrigin(); local
46 if (origin.fX | origin.fY) {
48 rgn.translate(-origin.fX, -origin.fY, &tmp);
58 SkIPoint origin = this->getOrigin(); local
59 SkIRect rect = clipRestriction->makeOffset(-origin.x(), -origin.y());
SkColorSpaceXformCanvas.cpp 314 SkIPoint* origin = nullptr; variable
315 void* addr = fTarget->accessTopLayerPixels(&info, &rowBytes, origin);
  /external/skia/src/gpu/
GrProgramDesc.cpp 180 GrSurfaceOrigin origin; local
182 origin = pipeline.dstTextureProxy()->origin();
183 originIfDstTexture = &origin;
GrRenderTargetContext.h 342 GrSurfaceOrigin origin() const { return fRenderTargetProxy->origin(); } function in class:GrRenderTargetContext::CanClearFullscreen
  /external/skia/src/ports/
SkImageGeneratorCG.cpp 72 auto origin = kDefault_SkEncodedOrigin; local
77 origin = (SkEncodedOrigin) originInt;
80 if (SkPixmapPriv::ShouldSwapWidthHeight(origin)) {
89 std::move(data), origin));
93 sk_sp<SkData> data, SkEncodedOrigin origin)
97 , fOrigin(origin)
  /external/skia/tests/
GrMipMappedTest.cpp 146 SkIPoint origin = SkIPoint::Make(0,0); local
153 origin, behavior,
  /external/skqp/include/private/
SkSurfaceCharacterization.h 57 GrSurfaceOrigin origin() const { return fOrigin; } function in class:SkSurfaceCharacterization
73 GrSurfaceOrigin origin,
84 fOrigin = origin;
  /external/skqp/src/core/
SkClipStackDevice.cpp 43 SkIPoint origin = this->getOrigin(); local
46 if (origin.fX | origin.fY) {
48 rgn.translate(-origin.fX, -origin.fY, &tmp);
58 SkIPoint origin = this->getOrigin(); local
59 SkIRect rect = clipRestriction->makeOffset(-origin.x(), -origin.y());
  /external/skqp/src/gpu/
GrRenderTargetContext.h 341 GrSurfaceOrigin origin() const { return fRenderTargetProxy->origin(); } function in class:GrRenderTargetContext::CanClearFullscreen
  /external/skqp/src/ports/
SkImageGeneratorCG.cpp 72 auto origin = kDefault_SkEncodedOrigin; local
77 origin = (SkEncodedOrigin) originInt;
80 if (SkPixmapPriv::ShouldSwapWidthHeight(origin)) {
89 std::move(data), origin));
93 sk_sp<SkData> data, SkEncodedOrigin origin)
97 , fOrigin(origin)
  /external/skqp/tests/
GrMipMappedTest.cpp 146 SkIPoint origin = SkIPoint::Make(0,0); local
153 origin, behavior,
  /external/v8/src/inspector/
inspected-context.h 29 String16 origin() const { return m_origin; } function in class:v8_inspector::InspectedContext
  /external/webrtc/webrtc/p2p/base/
stunrequest.h 56 // Set the Origin header for outgoing stun messages.
57 void set_origin(const std::string& origin) { origin_ = origin; }
89 // the origin value
90 const std::string& origin() const { return origin_; } function in class:cricket::StunRequest
91 void set_origin(const std::string& origin) { origin_ = origin; }
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DragListener.java 64 int origin = mStatePanelTrack.findChild( local
67 if (origin != -1 && pos != -1) {
68 State current = (State) array.getItem(origin);
  /prebuilts/misc/windows/sdl2/test/
testrendercopyex.c 96 SDL_Point origin = {0,0}; local
110 center = &origin;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
terule.py 64 rule.origin = original
318 origin = None variable in class:ExpandedAVRule
327 origin = None variable in class:ExpandedAVRuleXperm
336 origin = None variable in class:ExpandedTERule
  /external/conscrypt/platform/src/main/java/org/conscrypt/ct/
SignedCertificateTimestamp.java 41 public enum Origin {
53 // origin is implied from the SCT's source and is not encoded in it,
55 private final Origin origin; field in class:SignedCertificateTimestamp
59 DigitallySigned signature, Origin origin) {
65 this.origin = origin;
83 public Origin getOrigin() {
84 return origin;
    [all...]
  /external/elfutils/tests/
addrscopes.c 72 Dwarf_Die origin; local
75 &origin) != NULL
76 && dwarf_child (&origin, &child) == 0)
funcscopes.c 74 Dwarf_Die origin; local
77 &origin) != NULL
78 && dwarf_child (&origin, &child) == 0)
  /external/libmojo/ui/gfx/geometry/
rect_f.h 33 constexpr RectF(const PointF& origin, const SizeF& size)
34 : origin_(origin), size_(size) {}
60 constexpr const PointF& origin() const { return origin_; } function in class:gfx::RectF
61 void set_origin(const PointF& origin) { origin_ = origin; }
102 // A rect is less than another rect if its origin is less than
103 // the other rect's origin. If the origins are equal, then the
104 // shortest rect is less than the other. If the origin and the
175 set_origin(ScalePoint(origin(), x_scale, y_scale));
193 return lhs.origin() == rhs.origin() && lhs.size() == rhs.size()
    [all...]
  /external/libxcam/modules/ocl/
cl_utils.cpp 57 size_t origin[3] = {0, 0, 0}; local
62 XCamReturn ret = image->enqueue_map (ptr, origin, region, &row_pitch, &slice_pitch, CL_MAP_READ);
  /external/libxml2/os400/
xmlcatlgcl.c 43 paramlist(256, char) origin; /* vary2(256). */ member in struct:__anon26779
225 if (!((vary2 *) &aelp->origin)->len)
229 vary4vargquote(&cmd, (vary2 *) &aelp->origin);
  /external/opencv/otherlibs/highgui/
loadsave.cpp 496 int origin = 0; local
513 origin = ((IplImage*)arr)->origin;
523 if( origin )
  /external/skia/include/private/
SkSurfaceCharacterization.h 63 GrSurfaceOrigin origin() const { return fOrigin; } function in class:SkSurfaceCharacterization::Textureable::MipMapped
81 GrSurfaceOrigin origin, int width, int height,
88 , fOrigin(origin)
102 GrSurfaceOrigin origin,
116 fOrigin = origin;

Completed in 1350 milliseconds

12 3 4 5 6 7 8 91011>>