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

1 2 3 4 5 6 7 8 91011>>

  /external/skia/tests/
ExifTest.cpp 21 SkEncodedOrigin origin = codec->getOrigin(); local
22 REPORTER_ASSERT(r, kTopRight_SkEncodedOrigin == origin);
26 origin = codec->getOrigin();
27 REPORTER_ASSERT(r, kTopLeft_SkEncodedOrigin == origin);
  /external/skqp/tests/
ExifTest.cpp 21 SkEncodedOrigin origin = codec->getOrigin(); local
22 REPORTER_ASSERT(r, kTopRight_SkEncodedOrigin == origin);
26 origin = codec->getOrigin();
27 REPORTER_ASSERT(r, kTopLeft_SkEncodedOrigin == origin);
  /external/eigen/bench/btl/data/
gnuplot_common_settings.hh 45 set origin 0,0 variable
  /external/skia/src/utils/
SkCanvasStack.h 26 void pushCanvas(std::unique_ptr<SkCanvas>, const SkIPoint& origin);
50 SkIPoint origin; member in struct:SkCanvasStack::CanvasData
  /external/skqp/src/utils/
SkCanvasStack.h 26 void pushCanvas(std::unique_ptr<SkCanvas>, const SkIPoint& origin);
50 SkIPoint origin; member in struct:SkCanvasStack::CanvasData
  /external/clang/test/Sema/
init-struct-qualified.c 6 typedef struct _NSRect { NSPoint origin; NSSize size; } NSRect; member in struct:_NSRect
  /external/elfutils/libdw/
dwarf_func_inline.c 59 Dwarf_Die *origin = INTUSE(dwarf_formref_die) (attr, &origin_mem); local
60 if (origin == NULL)
63 if (origin->addr != v->die_addr)
  /external/skia/src/gpu/
GrBitmapTextureMaker.cpp 26 SkIPoint origin = bitmap.pixelRefOrigin(); local
27 SkIRect subset = SkIRect::MakeXYWH(origin.fX, origin.fY, bitmap.width(),
62 SkASSERT(proxy->origin() == kTopLeft_GrSurfaceOrigin);
78 SkASSERT(mippedProxy->origin() == kTopLeft_GrSurfaceOrigin);
  /external/skia/src/gpu/gl/
GrGLGpuProgramCache.cpp 84 // Didn't find an origin-independent version, check with the specific origin
85 GrSurfaceOrigin origin = pipeline.proxy()->origin(); local
86 desc.setSurfaceOriginKey(GrGLSLFragmentShaderBuilder::KeyForSurfaceOrigin(origin));
  /external/skia/src/gpu/vk/
GrVkPipelineStateCache.cpp 104 // Didn't find an origin-independent version, check with the specific origin
105 GrSurfaceOrigin origin = pipeline.proxy()->origin(); local
106 desc.setSurfaceOriginKey(GrGLSLFragmentShaderBuilder::KeyForSurfaceOrigin(origin));
  /external/skqp/src/gpu/
GrBitmapTextureMaker.cpp 26 SkIPoint origin = bitmap.pixelRefOrigin(); local
27 SkIRect subset = SkIRect::MakeXYWH(origin.fX, origin.fY, bitmap.width(),
62 SkASSERT(proxy->origin() == kTopLeft_GrSurfaceOrigin);
78 SkASSERT(mippedProxy->origin() == kTopLeft_GrSurfaceOrigin);
  /external/skqp/src/gpu/gl/
GrGLGpuProgramCache.cpp 84 // Didn't find an origin-independent version, check with the specific origin
85 GrSurfaceOrigin origin = pipeline.proxy()->origin(); local
86 desc.setSurfaceOriginKey(GrGLSLFragmentShaderBuilder::KeyForSurfaceOrigin(origin));
  /external/skqp/src/gpu/vk/
GrVkPipelineStateCache.cpp 104 // Didn't find an origin-independent version, check with the specific origin
105 GrSurfaceOrigin origin = pipeline.proxy()->origin(); local
106 desc.setSurfaceOriginKey(GrGLSLFragmentShaderBuilder::KeyForSurfaceOrigin(origin));
  /external/testng/src/main/java/org/testng/internal/
ParameterHolder.java 13 * Origin of the parameters.
22 public ParameterOrigin origin; field in class:ParameterHolder
24 public ParameterHolder(Iterator<Object[]> parameters, ParameterOrigin origin, DataProviderHolder dph) {
27 this.origin = origin;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/bigram/
bigram_list_read_write_utils.cpp 76 const int origin = *pos; local
89 return origin - offset;
91 return origin + offset;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
difference.py 125 return set(i.origin for i in added_items), \
126 set(i.origin for i in removed_items), \
127 set((l.origin, r.origin) for (l, r) in matched_items)
136 origin = None variable in class:Wrapper
139 return "<{0.__class__.__name__}(Wrapping {1})>".format(self, repr(self.origin))
163 self.origin = symbol
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
mlsrule.py 54 rule.origin = original
102 origin = None variable in class:ExpandedMLSRule
rbacrule.py 59 rule.origin = original
145 origin = None variable in class:ExpandedRoleAllow
154 origin = None variable in class:ExpandedRoleTransition
  /external/desugar/java/com/google/devtools/common/options/
ParsedOptionDescription.java 32 private final OptionInstanceOrigin origin; field in class:ParsedOptionDescription
38 OptionInstanceOrigin origin) {
42 this.origin = origin;
119 return origin;
123 return origin.getPriority();
127 return origin.getSource();
131 return origin.getImplicitDependent();
135 return origin.getExpandedFrom();
139 return origin.getExpandedFrom() == null && origin.getImplicitDependent() == null
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p9.cpp 37 constexpr pixel origin; // expected-error {{default initialization of an object of const type 'const pixel' without a user-provided default constructor}} variable
  /libcore/ojluni/src/main/java/java/nio/
CharBufferSpliterator.java 48 CharBufferSpliterator(CharBuffer buffer, int origin, int limit) {
49 assert origin <= limit; local
51 this.index = (origin <= limit) ? origin : limit;
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
PieRenderer.java 55 PointF origin = new PointF(plotArea.centerX(), plotArea.centerY()); local
62 //PointF lastRadial = calculateLineEnd(origin, radius, offset);
64 RectF rec = new RectF(origin.x - radius, origin.y - radius, origin.x + radius, origin.y + radius);
71 //PointF radial = calculateLineEnd(origin, radius, offset);
161 protected void drawSegmentLabel(Canvas canvas, PointF origin,
163 canvas.drawText(seg.getTitle(), origin.x, origin.y, f.getLabelPaint())
    [all...]
  /art/dex2oat/linker/
image_test.cc 99 // only if the copied method and the origin method are located in the
112 // Test the pointer to quick code is the same in origin method
117 ArtMethod* origin = iface_klass->FindInterfaceMethod("defaultMethod", "()V", pointer_size); local
118 ASSERT_NE(nullptr, origin);
119 ASSERT_TRUE(origin->GetDeclaringClass() == iface_klass);
120 const void* code = origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size);
121 // The origin method should have a pointer to quick code
127 ArtMethod* copied = FindCopiedMethod(origin, impl_klass);
129 // the copied method should have pointer to the same quick code as the origin method
132 // Test the origin method has pointer to quick cod
    [all...]
  /external/clang/test/CodeGenObjC/Inputs/
nsvalue-boxed-expressions-support.h 25 NSPoint origin; member in struct:_NSRect
42 CGPoint origin; member in struct:CGRect
  /external/eigen/Eigen/src/Geometry/
ParametrizedLine.h 22 * A parametrized line is defined by an origin point \f$ \mathbf{o} \f$ and a unit
48 : m_origin(other.origin()), m_direction(other.direction())
55 /** Initializes a parametrized line of direction \a direction and origin \a origin.
58 EIGEN_DEVICE_FUNC ParametrizedLine(const VectorType& origin, const VectorType& direction)
59 : m_origin(origin), m_direction(direction) {}
73 EIGEN_DEVICE_FUNC const VectorType& origin() const { return m_origin; } function in class:Eigen::ParametrizedLine
74 EIGEN_DEVICE_FUNC VectorType& origin() { return m_origin; } function in class:Eigen::ParametrizedLine
84 VectorType diff = p - origin();
94 { return origin() + direction().dot(p-origin()) * direction();
    [all...]

Completed in 1105 milliseconds

1 2 3 4 5 6 7 8 91011>>