Searched refs:align (Results 51 - 75 of 77) sorted by relevance

1234

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_neon_Convolve.S26 #define ENTRY(f) .text; .align 0; .globl f; .type f,#function; f: .fnstart
H A DrsCpuIntrinsics_advsimd_Blur.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f:
18 #define PRIVATE(f) .text; .align 4; .type f,#function; f:
159 .align 4
194 .align 4
281 .align 4
363 .align 4
507 .align 4
689 .align 4
749 .align 4
847 .align
[all...]
H A DrsCpuIntrinsics_neon_Resize.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: .fnstart
181 /* align the working buffer on the stack to make it easy to use bit
362 .align 4
439 .align 4
573 * coefficient registers fail to align with the coefficient data
592 /* double-up coefficients to align with component pairs */
620 /* double-up coefficients to align with component pairs */
H A DrsCpuIntrinsics_advsimd_Resize.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f:
161 /* align the working buffer on the stack to make it easy to use bit
327 .align 4
398 .align 4
531 * coefficient registers fail to align with the coefficient data
550 /* double-up coefficients to align with component pairs */
574 /* double-up coefficients to align with component pairs */
H A DrsCpuIntrinsics_advsimd_Convolve.S26 #define ENTRY(f) .text; .align 2; .globl f; .type f,#function; f:
H A DrsCpuIntrinsics_neon_Blend.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: .fnstart
443 .align 4
H A DrsCpuIntrinsics_neon_Blur.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f: .fnstart
18 #define PRIVATE(f) .text; .align 4; .type f,#function; f: .fnstart
108 ifcc .align 2
167 .align 4
202 .align 4
1526 /* Get the first chunk, and add padding to align it to the window
1607 .align 3
1612 .align 4
H A DrsCpuIntrinsics_advsimd_Blend.S17 #define ENTRY(f) .text; .align 4; .globl f; .type f,#function; f:
443 .align 4
/frameworks/rs/
H A DrsFileA3D.cpp391 mWriteStream->align(4);
/frameworks/base/core/java/android/text/
H A DHtml.java302 Layout.Alignment align =
305 if (align == Layout.Alignment.ALIGN_CENTER) {
306 elements = "align=\"center\" " + elements;
307 } else if (align == Layout.Alignment.ALIGN_OPPOSITE) {
308 elements = "align=\"right\" " + elements;
310 elements = "align=\"left\" " + elements;
379 textAlign = "text-align:start;";
381 textAlign = "text-align:center;";
383 textAlign = "text-align:end;";
715 sTextAlignPattern = Pattern.compile("(?:\\s+|\\A)text-align\\
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1268 * text is positioned relative to its origin. LEFT align means that all of
1280 * text is positioned relative to its origin. LEFT align means that all of
1284 * @param align set the paint's Align value for drawing text.
1286 public void setTextAlign(Align align) { argument
1287 nSetTextAlign(mNativePaint, align.nativeInt);
2674 int align);
2673 nSetTextAlign(long paintPtr, int align) argument
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_polyphase_filter_window_gcc.s33 .align 4
H A Dpvmp3_mdct_18_gcc.s33 .align 4
H A Dpvmp3_dct_16_gcc.s34 .align 4
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DomxVCM4P10_PredictIntraChroma_8x8_s.S27 .align 4
H A DomxVCM4P10_PredictIntra_16x16_s.S27 .align 4
H A DomxVCM4P10_PredictIntra_4x4_s.S28 .align 4
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp315 Paint::Align align = static_cast<Paint::Align>(alignHandle); local
316 obj->setTextAlign(align);
602 Paint::Align align = paint->getTextAlign(); local
607 paint->setTextAlign(align);
/frameworks/native/opengl/libagl/
H A Darray.cpp353 const int align = 32; local
355 const size_t size = s*sizeof(vertex_t) + align;
359 vBuffer = (vertex_t*)((size_t(base) + align - 1) & ~(align-1));
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp179 int align(int x, int a) { function
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp363 ObjectBuilder::AppendFragment(pFrag, pSD, pSD.getSection().align());
376 pFrag, *pEhFrame.getSectionData(), pEhFrame.getSection().align());
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp321 shdr[sectIdx].sh_addralign = ld_sect->align();
359 phdr[index].p_align = (*seg)->align();
674 "unsupported value size for align fragment emission yet.\n");
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java936 /*package*/ static void nSetTextAlign(long native_object, int align) { argument
943 delegate.mTextAlign = align;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2100 alignAddress(offset, cur->align());
2154 alignAddress(vma, cur->align());
2172 alignAddress(vma, cur->align());
2175 // Try to align p_vaddr at page boundary if not in script options.
2181 alignAddress(vma, (*seg)->align());
2200 // align the first non-relro section to page boundary
2231 alignAddress(offset, cur->align());
2527 output_sect->setAlign((*rs)->align());
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp332 evaluator.eval((*out)->prolog().align(), out_align);

Completed in 3937 milliseconds

1234