HomeSort by relevance Sort by last modified time
    Searched full:align_text (Results 1 - 2 of 2) sorted by null

  /bionic/libc/arch-x86/include/machine/
asm.h 109 ALIGN_TEXT; .globl X ## name; .type X ## name,@function; X ## name:
114 ALIGN_TEXT; .globl X/**/name; .type X/**/name,@function; X/**/name:
121 ALIGN_TEXT; .globl _X ## name; .type _X ## name,@function; _X ## name:
126 ALIGN_TEXT; .globl _X/**/name; .type _X/**/name,@function; _X/**/name:
134 #define ALIGN_TEXT .align 4 /* 4-byte boundaries */
138 #define ALIGN_TEXT .align 16 /* 16-byte boundaries */
142 #define ALIGN_TEXT .align 4 /* 16-byte boundaries */
146 #define _ALIGN_TEXT ALIGN_TEXT
  /external/skia/src/pdf/
SkPDFDevice.cpp 71 static void align_text(SkDrawCacheProc glyphCacheProc, const SkPaint& paint, function
891 align_text(glyphCacheProc, textPaint, glyphIDs, numGlyphs, &x, &y);
    [all...]

Completed in 404 milliseconds