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

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
mrhoist.c 3016 unsigned *origin=set_pdq(s); local
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYPlot.java 88 // the origin or boundary is set to the current value of the plot.
383 case ORIGIN:
399 case ORIGIN:
526 * Centers the domain axis on origin.
528 * @param origin
530 public void centerOnDomainOrigin(Number origin) {
531 centerOnDomainOrigin(origin, null, BoundaryMode.AUTO);
535 * Centers the domain on origin, calculating the upper and lower boundaries of the axis
538 * @param origin
542 public void centerOnDomainOrigin(Number origin, Number extent, BoundaryMode mode) {
617 double origin = userDomainOrigin.doubleValue(); local
668 double origin = userRangeOrigin.doubleValue(); local
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 425 unsigned char* origin; /* pixmap origin at the bottom-left */ member in struct:TPixmap_
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_streamcontentparser.cpp 116 CFX_PointF origin = stream.ReadCoords(); local
118 rect.UpdateRect(origin);
120 rect.InitRect(origin);
    [all...]
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 271 CFX_PointF origin = matrix.GetInverse().Transform(info_curchar.m_Origin); local
275 rect.bottom = origin.y +
279 rect.bottom = matrix.Transform(CFX_PointF(origin.x, rect.bottom)).y;
285 origin.y +
288 origin.x +
    [all...]
  /external/python/cpython2/Mac/Modules/app/
_Appmodule.c 1405 Point origin; local
1432 Point origin; local
1459 Point origin; local
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 1090 SkPoint origin; local
    [all...]
  /external/skqp/src/core/
SkMatrix.cpp 1089 SkPoint origin; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackLayoutAlgorithm.java 56 float origin; field in class:Range
69 this.origin = x;
75 * Returns x normalized to the range 0 to 1 such that 0 = min, 0.5 = origin and 1 = max
77 * @param x is an absolute value in the same domain as origin
80 if (x < origin) {
81 return 0.5f + 0.5f * (x - origin) / -relativeMin;
83 return 0.5f + 0.5f * (x - origin) / relativeMax;
89 * absolute value about the given {@param origin}.
    [all...]
  /prebuilts/sdk/28/optional/
android.test.runner.jar 
  /prebuilts/sdk/current/optional/
android.test.runner.jar 
  /toolchain/binutils/binutils-2.27/bfd/
archive.c 107 "ARFILENAMES/"). The origin of the latter format is uncertain.
454 file_ptr origin = strtol (endp + 1, NULL, 10);
461 *originp = origin;
497 file_ptr origin = 0;
535 filename = get_extended_arelt_filename (abfd, hdr.ar_name, &origin);
603 ared->origin = origin;
680 if (new_areldata->origin > 0)
692 n_bfd = _bfd_get_elt_at_filepos (ext_arch, new_areldata->origin);
723 n_bfd->origin = 0
451 file_ptr origin = strtol (endp + 1, NULL, 10); local
494 file_ptr origin = 0; local
    [all...]
libbfd.h 104 file_ptr origin; /* For element of a thin archive. */ member in struct:areltdata
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
ldlang.h 59 bfd_vma origin; member in struct:memory_region_struct
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/
httpclient-4.5.2.jar 
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /art/dex2oat/linker/
oat_writer.cc 1560 ArtMethod* origin = declaring_class->FindClassMethod( local
1657 ArtMethod* origin = p.second; local
    [all...]
  /bionic/libc/kernel/uapi/sound/
asequencer.h 162 struct snd_seq_addr origin; member in struct:snd_seq_ev_quote
  /external/annotation-tools/asmx/test/conform/cases/
largemethod.class 
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 138 U4 origin = __msan_get_origin(&x); local
140 return __msan_origin_is_descendant_or_same(origin, 0x1234);
143 #define EXPECT_ORIGIN(expected, origin) \
144 EXPECT_TRUE(__msan_origin_is_descendant_or_same((origin), (expected)))
153 #define EXPECT_UMR_O(action, origin) \
158 if (TrackingOrigins()) EXPECT_ORIGIN(origin, __msan_get_umr_origin()); \
168 #define EXPECT_POISONED_O(x, origin) \
169 ExpectPoisonedWithOrigin(x, origin)
172 void ExpectPoisonedWithOrigin(const T& t, unsigned origin) {
174 if (TrackingOrigins()) EXPECT_ORIGIN(origin, __msan_get_origin((void *)&t))
3615 U4 origin = __LINE__; local
3636 EXPECT_POISONED_O(__sanitizer_unaligned_load64(x), origin); local
3650 U4 origin = __LINE__; local
3664 U4 origin = __LINE__; local
3682 U4 origin = __LINE__; local
4038 U4 origin = rand(); \/\/ NOLINT local
4059 U4 origin = __msan_get_origin(z); local
4229 U4 origin = __LINE__; local
4247 U4 origin = __LINE__; local
4254 U4 origin = __LINE__; local
4263 U4 origin = __LINE__; local
    [all...]
  /external/kernel-headers/original/uapi/sound/
asequencer.h 266 struct snd_seq_addr origin; /* original sender */ member in struct:snd_seq_ev_quote
  /external/kotlinc/lib/
noarg-compiler-plugin.jar 
  /external/mesa3d/src/compiler/glsl/
ir.h 1238 const ir_function_signature *origin; member in class:ir_function_signature
    [all...]
  /external/skia/src/xps/
SkXPSDevice.cpp 2086 XPS_POINT origin = { local
2144 XPS_POINT origin = { local
    [all...]
  /external/skqp/src/xps/
SkXPSDevice.cpp 2086 XPS_POINT origin = { local
2144 XPS_POINT origin = { local
    [all...]

Completed in 1681 milliseconds

1 2 3 4 5 6 78 91011>>