/external/skia/tools/viewer/ |
D | SlideDir.cpp | 84 const auto isize = fSlide->getDimensions(); in onRevalidate() 90 canvas->clipRect(SkRect::Make(fSlide->getDimensions()), true); in onRender() 110 const auto slideSize = slide->getDimensions(); in SlideMatrix() 313 const auto slideSize = slide->getDimensions(); in load() 357 SkISize SlideDir::getDimensions() const { in getDimensions() function in SlideDir 430 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 | SvgSlide.h | 23 SkISize getDimensions() const override;
|
D | ImageSlide.cpp | 18 SkISize ImageSlide::getDimensions() const { in getDimensions() function in ImageSlide
|
D | SKPSlide.h | 20 SkISize getDimensions() const override { return fCullRect.size(); } in getDimensions() function
|
D | SkRiveSlide.h | 27 SkISize getDimensions() const override;
|
D | SampleSlide.h | 19 SkISize getDimensions() const override;
|
/external/skqp/tools/viewer/ |
D | SlideDir.cpp | 71 const auto isize = fSlide->getDimensions(); in onRevalidate() 77 canvas->clipRect(SkRect::Make(fSlide->getDimensions()), true); in onRender() 95 const auto slideSize = slide->getDimensions(); in SlideMatrix() 302 const auto slideSize = slide->getDimensions(); in load() 346 SkISize SlideDir::getDimensions() const { in getDimensions() function in SlideDir 415 const auto size = this->getDimensions(); in findCell()
|
D | ImageSlide.h | 19 SkISize getDimensions() const override;
|
D | SKPSlide.h | 19 SkISize getDimensions() const override { return fCullRect.size(); } in getDimensions() function
|
D | GMSlide.h | 19 SkISize getDimensions() const override { return fGM->getISize(); } in getDimensions() function
|
D | SvgSlide.h | 22 SkISize getDimensions() const override;
|
D | ImageSlide.cpp | 18 SkISize ImageSlide::getDimensions() const { in getDimensions() function in ImageSlide
|
D | SvgSlide.cpp | 36 SkISize SvgSlide::getDimensions() const { in getDimensions() function in SvgSlide
|
D | NIMASlide.h | 22 SkISize getDimensions() const override;
|
D | BisectSlide.h | 31 SkISize getDimensions() const override { return fDrawBounds.size(); } in getDimensions() function
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11.hpp | 76 virtual void getDimensions (int* width, int* height) const = 0; 126 void getDimensions (int* width, int* height) const;
|
D | tcuLnxX11GlxPlatform.cpp | 146 virtual void getDimensions (int* width, int* height) = 0; 166 void getDimensions (int* width, int* height); 435 getDimensions(&width, DE_NULL); in getWidth() 442 getDimensions(DE_NULL, &height); in getHeight() 455 void GlxWindow::getDimensions (int* width, int* height) in getDimensions() function in tcu::lnx::x11::glx::GlxWindow 464 m_x11Window.getDimensions(width, height); in getDimensions()
|
D | tcuLnxX11Xcb.cpp | 146 void XcbWindow::getDimensions (int* width, int* height) const in getDimensions() function in tcu::lnx::x11::XcbWindow 181 getDimensions (&w,&h); in setDimensions()
|
D | tcuLnxX11Xcb.hpp | 70 void getDimensions (int* width, int* height) const;
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | MultiArrayType.java | 62 public int getDimensions() { in getDimensions() method in MultiArrayType 105 int typeDims = type.getDimensions(); in isAssignableTo()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | ReferenceType.java | 214 if ((arrType1.getDimensions() == arrType2.getDimensions()) in getFirstCommonSuperclass() 219 .getDimensions()); in getFirstCommonSuperclass()
|
/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/apache-commons-bcel/docs/eps/ |
D | classgen.fig | 260 4 0 0 975 -1 16 10 1.5708 4 150 1110 1549 7829 getDimensions()\001
|