HomeSort by relevance Sort by last modified time
    Searched full:pagecount (Results 51 - 75 of 93) sorted by null

1 23 4

  /frameworks/base/graphics/java/android/graphics/pdf/
PdfRenderer.java 59 * final int pageCount = renderer.getPageCount();
60 * for (int i = 0; i < pageCount; i++) {
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 598 final int pageCount = getChildCount();
599 for (int i = 0; i < pageCount; i++) {
785 final int pageCount = getChildCount();
787 if (pageCount > 0) {
789 int leftScreen = isRtl ? pageCount - 1 : 0;
791 int endIndex = isRtl ? 0 : pageCount - 1;
835 final int pageCount = getChildCount();
836 if (pageCount > 0) {
    [all...]
  /external/skqp/src/gpu/text/
GrAtlasGlyphCache.h 142 return this->getAtlas(format)->pageCount();
GrAtlasGlyphCache.cpp 182 for (uint32_t pageIdx = 0; pageIdx < fAtlases[i]->pageCount(); ++pageIdx) {
  /external/swiftshader/src/OpenGL/compiler/
PoolAlloc.cpp 211 if (inUseList->pageCount > 1)
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
PoolAlloc.cpp 241 if (inUseList->pageCount > 1)
  /external/skqp/src/gpu/ops/
GrSmallPathRenderer.cpp 184 for (uint32_t i = 0; i < fAtlas->pageCount(); ++i) {
226 uint32_t atlasPageCount = atlas->pageCount();
699 if (gp->numTextureSamplers() != (int)fAtlas->pageCount()) {
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PageContentRepository.java 769 public void onPostExecute(Integer pageCount) {
770 switch (pageCount) {
784 mPageCount = pageCount;
    [all...]
PrintSpoolerService.java     [all...]
RemotePrintDocument.java     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
Ata.c     [all...]
  /external/skia/dm/
DMSrcSink.cpp     [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
StmApi.h 110 UINT32 PageCount;
664 UINT32 PageCount;
666 // number of elements is PageCount
    [all...]
  /external/skia/src/pdf/
SkPDFDocument.cpp 155 int pageCount = treeCapacity;
157 pageCount = ((totalPageCount - 1) % treeCapacity) + 1;
159 newNode->insertInt("Count", pageCount);
  /external/skqp/src/pdf/
SkPDFDocument.cpp 155 int pageCount = treeCapacity;
157 pageCount = ((totalPageCount - 1) % treeCapacity) + 1;
159 newNode->insertInt("Count", pageCount);
  /external/stressapptest/src/
sat.h 249 int32 region_[32]; // Pagecount per region.
  /cts/tests/tests/print/printTestUtilLib/src/android/print/test/
BasePrintTest.java     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
IdeMode.c     [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PageAdapter.java 526 final int pageCount = mConfirmedPagesInDocument.size();
527 for (int i = 0; i < pageCount; i++) {
  /external/skqp/dm/
DMSrcSink.cpp     [all...]
  /external/autotest/client/tools/
html_report.py     [all...]
  /external/skqp/src/gpu/
GrDrawOpAtlas.h 144 uint32_t pageCount() { return fNumPages; }
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
RecentsView.java 563 final int pageCount = getPageCount();
564 for (int i = 0; i < pageCount; i++) {
    [all...]
  /libcore/ojluni/src/main/java/java/nio/
Bits.java 625 static int pageCount(long size) {
  /prebuilts/maven_repo/android/android/arch/paging/common/1.0.0-alpha3/
common-1.0.0-alpha3.jar 

Completed in 1687 milliseconds

1 23 4