Searched refs:x0 (Results 126 - 150 of 194) sorted by relevance

12345678

/frameworks/minikin/libs/minikin/
H A DLayout.cpp242 int x0 = std::max(0, x); local
246 const unsigned char* src = bitmap.buffer + (y0 - y) * bmw + (x0 - x);
249 for (int xx = x0; xx < x1; xx++) {
784 int x0 = mAdvance; local
789 float x = x0 + srcGlyph.x;
798 srcBounds.offset(x0, 0);
807 void Layout::draw(Bitmap* surface, int x0, int y0, float size) const { argument
828 x0 + int(floor(glyph.x + 0.5)), y0 + int(floor(glyph.y + 0.5)));
/frameworks/base/core/java/android/util/
H A DPathParser.java545 float x0,
560 /* Transform (x0, y0) and (x1, y1) into unit space */
562 double x0p = (x0 * cosTheta + y0 * sinTheta) / a;
563 double y0p = (-x0 * sinTheta + y0 * cosTheta) / b;
582 drawArc(p, x0, y0, x1, y1, a * adjust,
618 arcToBezier(p, cx, cy, a, b, x0, y0, thetaD, eta0, sweep);
544 drawArc(Path p, float x0, float y0, float x1, float y1, float a, float b, float theta, boolean isMoreThanHalf, boolean isPositiveArc) argument
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp72 helper_DynRel_init(rsym, *got_entry, 0x0, llvm::ELF::R_HEX_RELATIVE,
77 helper_DynRel_init(rsym, *got_entry, 0x0, llvm::ELF::R_HEX_GLOB_DAT,
421 Fragment *frag = new FillFragment(0x0, 1, pSym.size());
434 0x0, // value
435 FragmentRef::Create(*frag, 0x0), (ResolveInfo::Visibility) pSym.other());
448 0x0, // value
449 FragmentRef::Create(*frag, 0x0),
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp517 Fragment* frag = new FillFragment(0x0, 1, pSym.size());
533 0x0, // value
534 FragmentRef::Create(*frag, 0x0),
554 0x0, // value
555 FragmentRef::Create(*frag, 0x0),
814 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
1024 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
H A DMipsPLT.cpp92 uint64_t result = 0x0;
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardWidgetFrame.java432 float x0 = mLeftToRight ? 0 : mForegroundRect.width();
434 mLeftToRightGradient = new LinearGradient(x0, 0f, x1, 0f,
436 mRightToLeftGradient = new LinearGradient(x1, 0f, x0, 0f,
/frameworks/compile/mclinker/lib/CodeGen/
H A DMCLinker.cpp280 actions.push_back(new ScriptAction(0x0,
284 actions.push_back(new ContextAction(0x0));
285 actions.push_back(new MemoryAreaAction(0x0, FileHandle::ReadOnly));
/frameworks/compile/mclinker/lib/LD/
H A DGNUArchiveReader.cpp314 if (0x0 != (offset & 1))
454 if (0x0 != (begin_offset & 1))
470 if (0x0 != (offset & 1))
H A DELFObjectWriter.cpp216 // ELF header must start from 0x0
251 header->e_phoff = 0x0;
268 uint64_t result = 0x0;
297 result = 0x0;
602 return 0x0;
645 return 0x0;
720 assert(0x0 == size);
/frameworks/compile/mclinker/tools/mcld/lib/
H A DPositionalOptions.cpp211 pActions.push_back(new ScriptAction(0x0,
215 pActions.push_back(new ContextAction(0x0));
216 pActions.push_back(new MemoryAreaAction(0x0, FileHandle::ReadOnly));
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableEnum.java43 private static final int UINT8_MIN = 0x0;
/frameworks/compile/mclinker/lib/Support/
H A DFileHandle.cpp44 int result = 0x0;
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.cpp133 uint64_t result = 0x0;
H A DAArch64PLT.cpp152 uint64_t result = 0x0;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp128 uint64_t result = 0x0;
H A DARMPLT.cpp151 uint64_t result = 0x0;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
H A DCdmaSmsAddress.java79 static public final int NUMBERING_PLAN_UNKNOWN = 0x0;
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiRecordSources.java128 public static final int DIGITAL_BROADCAST_TYPE_ARIB = 0x0;
544 public static final int ANALOGUE_BROADCAST_TYPE_CABLE = 0x0;
/frameworks/base/core/jni/android/graphics/
H A DNinePatchImpl.cpp176 const int32_t x0 = xDivs[0]; local
186 const bool initialXIsStretchable = (x0 == 0);
/frameworks/base/media/java/android/media/
H A DAudioAttributes.java219 private int mFlags = 0x0;
304 private int mFlags = 0x0;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
H A DQuad.java326 private Quad(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3) { argument
327 mTopLeft = new PointF(x0, y0);
/frameworks/av/services/audioflinger/
H A DAudioResampler.cpp70 static inline int32_t Interp(int32_t x0, int32_t x1, uint32_t f) { argument
71 return x0 + (((x1 - x0) * (int32_t)(f >> kPreInterpShift)) >> kNumInterpBits);
601 // r0 pin, x0, Samp
636 " smulwt r4, r4, r6\n" /* (x1-x0)*.. */\
638 " add r0, r0, r4\n" /* x0 - (..) */\
721 // r0 pin, x0, Samp
756 " smulwt r4, r4, r6\n" /* (x1-x0)*.. */\
757 " add r12, r12, r4\n" /* x0 - (..) */\
766 " smulwt r12, r12, r6\n" /* (x1-x0)*
[all...]
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DWapPushTest.java953 arr[index + i] = (byte) 0x0;
1046 arr[index + i] = (byte) 0x0;
1158 arr[index + i] = (byte) 0x0;
1250 arr[index + i] = (byte) 0x0;
1333 array3[0] = (byte) 0x0;
1357 array3[0] = (byte) 0x0;
1381 array3[0] = (byte) 0x0;
1405 array3[0] = (byte) 0x0;
1429 array3[0] = (byte) 0x0;
1446 array3[next + i] = (byte) 0x0;
[all...]
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DDisplayModifier.java41 protected int mask() { return 0x0; };
472 int operatorMask = 0x0;
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_advsimd_Convolve.S18 x0 = dst
89 st1 {v8.8b}, [x0], #8
105 x0 = dst
254 st1 {v4.8b}, [x0], #8 // return the output and increase the address of x0

Completed in 5394 milliseconds

12345678