/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/ |
D | document_test.cc | 78 CHECK_GT(page_orig->Height(), 0) << "0 page height"; in compareDocuments() 80 static_cast<float>(kMaxDimension) / std::max(page_orig->Width(), page_orig->Height()); in compareDocuments() 82 size_t height_orig = static_cast<size_t>(page_orig->Height() * scale_orig); in compareDocuments() 85 CHECK_GT(page_copied->Height(), 0) << "0 page height"; in compareDocuments() 87 std::max(page_copied->Width(), page_copied->Height()); in compareDocuments() 89 size_t height_copied = static_cast<size_t>(page_copied->Height() * scale_copied); in compareDocuments()
|
D | rect.h | 49 int Height() const { return bottom - top; } in Height() function 67 double Height() const { return bottom - top; } in Height() function 93 return rect.Width() <= 0 || rect.Height() <= 0; in IsEmpty() 97 return rect.Width() <= 0 || rect.Height() <= 0; in IsEmpty()
|
D | page.cc | 72 int Page::Height() const { in Height() function in pdfClient::Page 77 return IntRect(0, 0, Width(), Height()); in Dimensions() 110 FPDF_PageToDevice(page_.get(), 0, 0, Width(), Height(), 0, input.x, input.y, &output.x, in ApplyPageTransform() 121 FPDF_PageToDevice(page_.get(), 0, 0, Width(), Height(), 0, input.left, input.top, &output1.x, in ApplyPageTransform() 123 FPDF_PageToDevice(page_.get(), 0, 0, Width(), Height(), 0, input.right, input.bottom, in ApplyPageTransform() 134 FPDF_DeviceToPage(page_.get(), 0, 0, Width(), Height(), 0, input.x, input.y, &output.x, in UnapplyPageTransform() 325 goto_link_dest->x, goto_link_dest->y, Width(), Height()); in GetGotoLinks()
|
D | rect.cc | 68 if (output.Width() < 0 || output.Height() < 0) { in Intersect() 80 if (output.Width() < 0 || output.Height() < 0) { in Intersect()
|
D | links_test.cc | 42 return rect.Width() * rect.Height(); in Area()
|
D | page.h | 96 int Height() const;
|
D | text_test.cc | 57 return rect.Width() * rect.Height(); in Area()
|
D | jni_conversion.cc | 201 return env->NewObject(dim_class, init, r.Width(), r.Height()); in ToJavaDimensions()
|
D | pdf_document_jni.cc | 148 return page->Height(); in Java_android_graphics_pdf_PdfDocumentProxy_getPageHeight()
|
/packages/apps/Messaging/jni/ |
D | GifTranscoder.cpp | 180 gifIn->Image.Top + gifIn->Image.Height > gifIn->SHeight) { in resizeBoxFilter() 200 srcBuffer.resize(gifIn->Image.Width * gifIn->Image.Height); in resizeBoxFilter() 246 prevImageDimens.Height = gifIn->Image.Height; in resizeBoxFilter() 337 for (int j = interlacedOffset[i]; j < gifIn->Image.Height; j += interlacedJumps[i]) { in readImage() 347 if (DGifGetLine(gifIn, rasterBits, gifIn->Image.Width * gifIn->Image.Height) == GIF_ERROR) { in readImage() 380 prevImageDimens.Width, prevImageDimens.Height, TRANSPARENT); in renderImage() 384 for (int y = 0; y < gifIn->Image.Height; y++) { in renderImage()
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | MosaicTypes.h | 45 inline int Height() in Height() function
|
D | Blend.cpp | 382 …llocatePyramidPacked(m_wb.nlevs,(unsigned short)rect.Width(),(unsigned short)rect.Height(),BORDER); in DoMergeAndBlend() 383 …locatePyramidPacked(m_wb.nlevsC,(unsigned short)rect.Width(),(unsigned short)rect.Height(),BORDER); in DoMergeAndBlend() 384 …locatePyramidPacked(m_wb.nlevsC,(unsigned short)rect.Width(),(unsigned short)rect.Height(),BORDER); in DoMergeAndBlend()
|
/packages/apps/Camera2/jni/ |
D | tinyplanet.cc | 39 int Height() const { in Height() function in ImageRGBA
|
/packages/apps/Gallery2/jni/filters/ |
D | tinyplanet.cc | 38 int Height() const { in Height() function in ImageRGBA
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/elements/layout/ |
D | ScalingLazyColumnDefaults.kt | 142 val childViewHeight: Float = ChipDefaults.Height.value in calculateVerticalOffsetForChip()
|
/packages/modules/NeuralNetworks/tools/api/ |
D | types.spec | 111 * Supported tensor rank: 4, with "NHWC" (i.e., Num_samples, Height, Width, 1283 * Height, Width, and Channels).
|