Home
last modified time | relevance | path

Searched defs:pageSize (Results 1 – 25 of 29) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/wtf/
DStackBounds.cpp205 static inline void* getLowerStackBound(char* currentPage, DWORD pageSize) in getLowerStackBound()
221 static inline void* getUpperStackBound(char* currentPage, DWORD pageSize) in getUpperStackBound()
239 DWORD pageSize = systemInfo.dwPageSize; in initialize() local
DPageBlock.cpp76 size_t pageSize() in pageSize() function
/external/compiler-rt/lib/
Denable_execute_stack.c44 const uintptr_t pageSize = 4096; in __enable_execute_stack() local
/external/skia/tools/
DPdfRenderer.cpp37 SkISize pageSize = SkISize::Make(width, height); in setupCanvas() local
/external/webkit/Source/WebKit2/Platform/gtk/
DSharedMemoryGtk.cpp80 unsigned pageSize = 0; in systemPageSize() local
/external/webkit/Source/JavaScriptCore/jit/
DExecutableAllocator.cpp34 size_t ExecutableAllocator::pageSize = 0; member in JSC::ExecutableAllocator
/external/jmonkeyengine/engine/src/core/com/jme3/font/
DBitmapCharacterSet.java48 private int pageSize; field in BitmapCharacterSet
220 void setPageSize(int pageSize) { in setPageSize()
/external/webkit/Source/WebKit2/Platform/unix/
DSharedMemoryUnix.cpp230 static unsigned pageSize = 0; in systemPageSize() local
/external/webkit/Source/WebKit2/Platform/win/
DSharedMemoryWin.cpp205 static unsigned pageSize = 0; in systemPageSize() local
/external/webkit/Source/WebCore/platform/gtk/
DGtkVersioning.c33 gdouble stepIncrement, gdouble pageIncrement, gdouble pageSize) in gtk_adjustment_configure()
/external/webkit/Source/WebCore/platform/sql/
DSQLiteDatabase.cpp179 int SQLiteDatabase::pageSize() in pageSize() function in WebCore::SQLiteDatabase
/external/webkit/Source/JavaScriptCore/heap/
DMarkStack.h109 static size_t pageSize() in pageSize() function
/external/skia/tests/
DPDFPrimitivesTest.cpp227 SkISize pageSize = SkISize::Make(100, 100); in test_issue1083() local
DCanvasTest.cpp757 SkISize pageSize = SkISize::Make(kWidth, kHeight); in TestPdfDevice() local
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DPoolAlloc.h197 size_t pageSize; // granularity of allocation from the OS variable
/external/webkit/Source/WebCore/page/
DPrintContext.cpp306 IntSize pageSize(width, height); in pageSizeAndMarginsInPixels() local
DFrame.cpp512 void Frame::setPrinting(bool printing, const FloatSize& pageSize, float maximumShrinkRatio, AdjustV… in setPrinting()
DFrameView.cpp2528 void FrameView::forceLayoutForPagination(const FloatSize& pageSize, float maximumShrinkFactor, Fram… in forceLayoutForPagination()
/external/webkit/Source/WebCore/loader/cache/
DMemoryCache.cpp597 int pageSize = (o->encodedSize() + o->overheadSize() + 4095) & ~4095; in addResource() local
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.cpp1365 int WebFrameImpl::printBegin(const WebSize& pageSize, in printBegin()
1449 WebSize& pageSize, in pageSizeAndMarginsInPixels()
1844 FloatSize pageSize(pageWidthInPixels, pageHeightInPixels); in pageNumberForElementById() local
/external/webkit/Source/WebCore/dom/
DSelectElement.cpp129 int pageSize = 0; in nextSelectableListIndexPageAway() local
/external/skia/src/device/xps/
DSkXPSDevice.cpp206 HRESULT SkXPSDevice::createXpsPage(const XPS_SIZE& pageSize, in createXpsPage()
295 XPS_SIZE pageSize = { in endSheet() local
/external/skia/gm/
Dgmmain.cpp460 SkISize pageSize = gm->getISize(); in generate_pdf() local
/external/skia/src/pdf/
DSkPDFDevice.cpp575 SkPDFDevice::SkPDFDevice(const SkISize& pageSize, const SkISize& contentSize, in SkPDFDevice()
/external/webkit/Source/WebCore/loader/
DFrameLoader.cpp3590 FloatSize pageSize = page->chrome()->pageRect().size(); in createWindow() local

12