/external/pdfium/core/src/fxge/ge/ |
fx_ge_text.cpp | 45 int nChars, 51 for (int iChar = 0; iChar < nChars; iChar++) { 89 static void _AdjustGlyphSpace(FXTEXT_GLYPHPOS* pGlyphAndPos, int nChars) { 90 ASSERT(nChars > 1); 92 if (pGlyphAndPos[nChars - 1].m_OriginX == pGlyphAndPos[0].m_OriginX) { 94 } else if (pGlyphAndPos[nChars - 1].m_OriginY != pGlyphAndPos[0].m_OriginY) { 97 int i = nChars - 1; 174 FX_BOOL CFX_RenderDevice::DrawNormalText(int nChars, 196 m_pDeviceDriver->DrawDeviceText(nChars, pCharPos, pFont, pCache, 217 m_pDeviceDriver->DrawDeviceText(nChars, pCharPos, pFont, pCache [all...] |
fx_ge_ps.cpp | 642 FX_BOOL CFX_PSRenderer::DrawText(int nChars, 672 for (int i = 0; i < nChars; i++) {
|
/system/core/base/ |
logging.cpp | 107 DWORD nchars = GetModuleFileNameA(nullptr, longname, arraysize(longname)); 108 if ((nchars >= arraysize(longname)) || (nchars == 0)) {
|
/external/pdfium/core/include/fxge/ |
fx_ge.h | 378 FX_BOOL DrawNormalText(int nChars, 389 FX_BOOL DrawTextPath(int nChars, 592 virtual FX_BOOL DrawDeviceText(int nChars, 682 FX_BOOL DrawText(int nChars,
|
fx_font.h | 521 int nChars,
|
/ndk/sources/host-tools/nawk-20071023/ |
awk.h | 204 #define NCHARS (256+3) /* 256 handles 8-bit chars; 128 does 7-bit */ 219 uschar gototab[NSTATES][NCHARS];
|
FIXES | 96 cranked up size of NCHARS; coverity thinks it can be overrun with 291 changed HAT to NCHARS-2. thanks again to santiago vila. 714 changed NCHARS to 256 to handle 8-bit characters in strings [all...] |
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
vfscanf.c | 422 int nchars; local 429 nchars = 0; 460 nchars++; 475 n = nchars;
|
vfwprintf.c | 171 size_t insize, nchars, nconv; local 186 insize = nchars = nconv = 0; 188 while (nchars != (size_t)prec) { 194 nchars++; [all...] |
/external/libedit/src/ |
common.c | 831 int nchars = c_hpos(el); local 856 nchars-- > 0 && ptr < el->el_line.lastchar && *ptr != '\n'; 874 int nchars = c_hpos(el); local 890 nchars-- > 0 && ptr < el->el_line.lastchar && *ptr != '\n';
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
snmp.h | 187 SNMPAPI SNMP_FUNC_TYPE SnmpUtilOctetsNCmp(AsnOctetString *pOctets1,AsnOctetString *pOctets2,UINT nChars);
|
/toolchain/binutils/binutils-2.25/gas/ |
listing.c | 838 unsigned int nchars; local 847 nchars = (LISTING_WORD_SIZE * 2 + 1) * listing_lhs_width; 853 for (idx = 0; idx < nchars; idx++) 868 while (src[cur] && idx < nchars) 886 for (; idx < nchars; idx++) 899 nchars = ((LISTING_WORD_SIZE * 2) + 1) * listing_lhs_width_second - 1; 905 while (src[cur] && idx < nchars) [all...] |
/frameworks/base/core/jni/android/graphics/ |
Paint.cpp | [all...] |
/external/pdfium/core/src/fxge/skia/ |
fx_skia_device.cpp | 272 FX_BOOL CFX_SkiaDeviceDriver::DrawDeviceText(int nChars, 281 return m_pAggDriver->DrawDeviceText(nChars, pCharPos, pFont, pCache,
|
/external/pdfium/core/src/fxge/win32/ |
fx_win32_print.cpp | 462 FX_BOOL CPSPrinterDriver::DrawDeviceText(int nChars, 471 return m_PSRenderer.DrawText(nChars, pCharPos, pFont, pCache, pObject2Device,
|
win32_int.h | 346 FX_BOOL DrawDeviceText(int nChars,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/ |
Xlib.h | 1070 int nchars; \/* number of characters *\/ member in struct:__anon38010 1082 int nchars; \/* number of characters *\/ member in struct:__anon38012 1109 int nchars; member in struct:__anon38015 1116 int nchars; member in struct:__anon38016 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/ |
Xlib.h | 1067 int nchars; \/* number of characters *\/ member in struct:__anon39873 1079 int nchars; \/* number of characters *\/ member in struct:__anon39875 1106 int nchars; member in struct:__anon39878 1113 int nchars; member in struct:__anon39879 [all...] |
/external/nist-sip/java/gov/nist/core/ |
LexerCore.java | 652 public String charAsString(int nchars) { 653 return buffer.substring(ptr, ptr + nchars);
|
/external/pdfium/core/src/fpdftext/ |
fpdf_text_int.cpp | [all...] |
/frameworks/minikin/libs/minikin/ |
Layout.cpp | 113 const uint16_t* chars, size_t start, size_t count, size_t nchars, bool dir) 114 : mChars(chars), mNchars(nchars), [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-tic4x.c | 124 unsigned int nchars; /* This is always 4 for the C30. */ member in struct:tic4x_insn [all...] |
/system/core/fastboot/ |
fastboot.cpp | 520 DWORD nchars = GetTempPath(sizeof(temp_path), temp_path); local 521 if (nchars == 0 || nchars >= sizeof(temp_path)) { [all...] |
/external/toybox/generated/ |
globals.h | 1271 long nchars; member in struct:uniq_data
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
lbxproto.h | 671 CARD8 nChars;
|