HomeSort by relevance Sort by last modified time
    Searched full:pagesize (Results 276 - 300 of 425) sorted by null

<<11121314151617

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp 738 // TODO(vandebo) change pageSize to SkSize.
739 SkPDFDevice::SkPDFDevice(const SkISize& pageSize, const SkISize& contentSize,
742 fPageSize(pageSize),
756 fInitialTransform.setTranslate(0, SkIntToScalar(pageSize.fHeight));
    [all...]
  /external/elfutils/libebl/
eblgstrtab.c 105 /* Cache for the pagesize. We correct this value a bit so that `malloc'
  /external/skia/src/pdf/
SkPDFDevice.cpp 738 // TODO(vandebo) change pageSize to SkSize.
739 SkPDFDevice::SkPDFDevice(const SkISize& pageSize, const SkISize& contentSize,
742 fPageSize(pageSize),
756 fInitialTransform.setTranslate(0, SkIntToScalar(pageSize.fHeight));
    [all...]
  /hardware/libhardware/tests/keymaster/
keymaster_test.cpp 115 int pageSize = sysconf(_SC_PAGE_SIZE);
116 if (pageSize == -1) {
125 mBufferSize = (dataSize + pageSize - 1) & ~(pageSize - 1);
    [all...]
  /hardware/qcom/display/msm8960/libgralloc/
framebuffer.cpp 315 //adreno needs page aligned offsets. Align the fbsize to pagesize.
  /hardware/qcom/display/msm8974/libgralloc/
framebuffer.cpp 315 //adreno needs page aligned offsets. Align the fbsize to pagesize.
  /hardware/qcom/display/msm8x26/libgralloc/
framebuffer.cpp 315 //adreno needs page aligned offsets. Align the fbsize to pagesize.
  /bionic/libc/include/sys/
exec_elf.h 712 #define AT_PAGESZ 6 /* PAGESIZE */
733 #define AT_SUN_LPGSIZE 2007 /* large pagesize */
    [all...]
  /build/tools/releasetools/
common.py 302 fn = os.path.join(sourcedir, "pagesize")
304 cmd.append("--pagesize")
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 477 // pixels per inch. pageSize, marginTop, marginRight, marginBottom,
480 void pageSizeAndMarginsInPixels(int pageIndex, IntSize& pageSize, int& marginTop, int& marginRight, int& marginBottom, int& marginLeft);
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 526 // pixels per inch. pageSize, marginTop, marginRight, marginBottom,
530 WebSize& pageSize,
  /external/chromium_org/third_party/re2/benchlog/
benchlog.mini 15 hw.pagesize: 4096
43 hw.pagesize = 4096
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
permutations.test 543 capi3.test join3.test pagesize.test
581 capi3.test join3.test pagesize.test
pager1.test     [all...]
  /external/regex-re2/benchlog/
benchlog.mini 15 hw.pagesize: 4096
43 hw.pagesize = 4096
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 211 HRESULT SkXPSDevice::createXpsPage(const XPS_SIZE& pageSize,
223 HRM(this->fXpsFactory->CreatePage(&pageSize,
300 XPS_SIZE pageSize = {
305 HRB(this->createXpsPage(pageSize, &page));
324 &pageSize,
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 211 HRESULT SkXPSDevice::createXpsPage(const XPS_SIZE& pageSize,
223 HRM(this->fXpsFactory->CreatePage(&pageSize,
300 XPS_SIZE pageSize = {
305 HRB(this->createXpsPage(pageSize, &page));
324 &pageSize,
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java     [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/e2fsprogs/e2fsck/
unix.c     [all...]
  /build/core/
Makefile 416 INTERNAL_BOOTIMAGE_ARGS += --pagesize $(BOARD_KERNEL_PAGESIZE)
681 INTERNAL_RECOVERYIMAGE_ARGS += --pagesize $(BOARD_KERNEL_PAGESIZE)
    [all...]
  /development/ndk/platforms/android-3/include/sys/
exec_elf.h 510 AUX_pagesz = 6, /* PAGESIZE */
  /external/chromium/base/
process_util_win.cc 31 // System pagesize. This value remains constant on x86/64 architectures.

Completed in 1476 milliseconds

<<11121314151617