/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11.hpp | 69 virtual void getDimensions (int* width, int* height) const = 0; 116 void getDimensions (int* width, int* height) const;
|
D | tcuLnxX11GlxPlatform.cpp | 139 virtual void getDimensions (int* width, int* height) = 0; 159 void getDimensions (int* width, int* height); 413 getDimensions(&width, DE_NULL); in getWidth() 420 getDimensions(DE_NULL, &height); in getHeight() 433 void GlxWindow::getDimensions (int* width, int* height) in getDimensions() function in tcu::lnx::x11::glx::GlxWindow 442 m_x11Window.getDimensions(width, height); in getDimensions()
|
D | tcuLnxX11Xcb.cpp | 129 void XcbWindow::getDimensions (int* width, int* height) const in getDimensions() function in tcu::lnx::x11::XcbWindow 164 getDimensions (&w,&h); in setDimensions()
|
D | tcuLnxX11Xcb.hpp | 68 void getDimensions (int* width, int* height) const;
|
/external/skia/tools/viewer/ |
D | SlideDir.cpp | 70 const auto isize = fSlide->getDimensions(); in onRevalidate() 90 const auto slideSize = slide->getDimensions(); in SlideMatrix() 295 const auto slideSize = slide->getDimensions(); in load() 339 SkISize SlideDir::getDimensions() const { in getDimensions() function in SlideDir 408 const auto size = this->getDimensions(); in findCell()
|
D | ImageSlide.h | 19 SkISize getDimensions() const override;
|
D | GMSlide.h | 19 SkISize getDimensions() const override { return fGM->getISize(); } in getDimensions() function
|
D | SKPSlide.h | 19 SkISize getDimensions() const override { return fCullRect.size(); } in getDimensions() function
|
D | ImageSlide.cpp | 18 SkISize ImageSlide::getDimensions() const { in getDimensions() function in ImageSlide
|
D | Slide.h | 23 virtual SkISize getDimensions() const { in getDimensions() function
|
D | BisectSlide.h | 30 SkISize getDimensions() const override { return fDrawBounds.size(); } in getDimensions() function
|
D | SkottieSlide.h | 24 SkISize getDimensions() const override;
|
/external/skqp/tools/viewer/ |
D | SkottieSlide.h | 24 SkISize getDimensions() const override; 48 SkISize getDimensions() const override;
|
D | ImageSlide.h | 19 SkISize getDimensions() const override;
|
D | GMSlide.h | 19 SkISize getDimensions() const override { return fGM->getISize(); } in getDimensions() function
|
D | SKPSlide.h | 19 SkISize getDimensions() const override { return fCullRect.size(); } in getDimensions() function
|
D | ImageSlide.cpp | 18 SkISize ImageSlide::getDimensions() const { in getDimensions() function in ImageSlide
|
D | Slide.h | 23 virtual SkISize getDimensions() const { in getDimensions() function
|
D | SkottieSlide.cpp | 39 SkISize SkottieSlide::getDimensions() const { in getDimensions() function in SkottieSlide
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | MultiArrayType.java | 58 public int getDimensions() { in getDimensions() method in MultiArrayType 96 int typeDims = type.getDimensions(); in isAssignableTo()
|
D | Type.java | 205 public int getDimensions() { in getDimensions() method in Type 358 int typeDims = type.getDimensions(); in mergeArray() 359 int thisDims = this.getDimensions(); in mergeArray()
|
/external/glide/library/src/main/java/com/bumptech/glide/ |
D | ListPreloader.java | 70 protected abstract int[] getDimensions(T item); in getDimensions() method in ListPreloader 134 final int[] dimensions = getDimensions(item); in preloadItem()
|
/external/annotation-tools/asmx/src/org/objectweb/asm/ |
D | Type.java | 514 public int getDimensions() { in getDimensions() method in Type 529 return getType(buf, off + getDimensions()); in getElementType() 560 for (int i = getDimensions(); i > 0; --i) { in getClassName()
|
/external/annotation-tools/asmx/core/org/objectweb/asm/ |
D | Type.class | <Unknown>
package org.objectweb.asm
public org.objectweb.asm.Type extends java ... |
/external/tensorflow/tensorflow/contrib/tensorrt/convert/ |
D | convert_nodes.cc | 198 return tensor()->getDimensions(); in shape() 413 auto dims = input_tensor->getDimensions(); in TransposeTensor() 723 auto dims_t = tensor->getDimensions(); in BinaryTensorOpWeight() 881 auto tensor_dim = tensor->getDimensions(); in ConvertConv2D() 901 auto dim_before = tensor->getDimensions(); in ConvertConv2D() 910 auto dim_after = tensor->getDimensions(); in ConvertConv2D() 924 auto dim_after = output_tensor->getDimensions(); in ConvertConv2D() 970 auto tensor_dim = tensor->getDimensions(); in ConvertPool() 1195 auto dims = tensor->getDimensions(); in ConvertReduce() 1288 auto dims = tensor->getDimensions(); in ConvertPad()
|