/external/skia/modules/skottie/utils/ |
D | SkottieUtils.cpp | 107 CustomPropertyManager::getProps(const PropMap<T>& container) const { in getProps() function in skottie_utils::CustomPropertyManager 144 return this->getProps(fColorMap); in getColorProps() 157 return this->getProps(fOpacityMap); in getOpacityProps() 170 return this->getProps(fTransformMap); in getTransformProps() 184 return this->getProps(fTextMap); in getTextProps()
|
D | SkottieUtils.h | 89 std::vector<PropKey> getProps(const PropMap<T>& container) const;
|
/external/skqp/modules/skottie/utils/ |
D | SkottieUtils.cpp | 126 CustomPropertyManager::getProps(const PropMap<T>& container) const { in getProps() function in skottie_utils::CustomPropertyManager 163 return this->getProps(fColorMap); in getColorProps() 176 return this->getProps(fOpacityMap); in getOpacityProps() 189 return this->getProps(fTransformMap); in getTransformProps()
|
D | SkottieUtils.h | 125 std::vector<PropKey> getProps(const PropMap<T>& container) const;
|
/external/skia/docs/examples/ |
D | Canvas_getProps.cpp | 12 if (!canvas.getProps(&surfaceProps)) { in draw()
|
/external/skia/bench/ |
D | GlyphQuadFillBench.cpp | 46 if (canvas) { canvas->getProps(&props); } in onPerCanvasPreDraw()
|
D | SkGlyphCacheBench.cpp | 225 if (modelCanvas) { modelCanvas->getProps(&props); } in onDraw()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | ppucd.h | 135 const UniProps *getProps(UnicodeSet &newValues, UErrorCode &errorCode);
|
D | ppucd.cpp | 186 PreparsedUCD::getProps(UnicodeSet &newValues, UErrorCode &errorCode) { in getProps() function in PreparsedUCD
|
/external/skia/gm/ |
D | dftext_blob_persp.cpp | 70 inputCanvas->getProps(&inputProps); in onDraw()
|
D | textblobmixedsizes.cpp | 114 inputCanvas->getProps(&inputProps); in onDraw()
|
D | dftext.cpp | 65 inputCanvas->getProps(&inputProps); in onDraw()
|
/external/xz-java/src/org/tukaani/xz/ |
D | LZMAOutputStream.java | 218 public int getProps() { in getProps() method in LZMAOutputStream
|
/external/skia/src/core/ |
D | SkOverdrawCanvas.cpp | 88 this->getProps(&props); in onDrawGlyphRunList()
|
D | SkCanvas.cpp | 1181 bool SkCanvas::getProps(SkSurfaceProps* props) const { in getProps() function in SkCanvas
|
/external/skqp/src/core/ |
D | SkOverdrawCanvas.cpp | 69 this->getProps(&props); in drawPosTextCommon()
|
D | SkColorSpaceXformCanvas.cpp | 312 bool onGetProps(SkSurfaceProps* props) const override { return fTarget->getProps(props); } in onGetProps()
|
/external/skia/src/utils/ |
D | SkPaintFilterCanvas.cpp | 280 return proxy()->getProps(props); in onGetProps()
|
/external/skqp/src/utils/ |
D | SkPaintFilterCanvas.cpp | 286 return proxy()->getProps(props); in onGetProps()
|
/external/skia/tools/ |
D | MSKPPlayer.cpp | 452 rootCanvas->getProps(&props); in MakeSurfaceForLayer()
|
/external/skia/include/core/ |
D | SkCanvas.h | 254 bool getProps(SkSurfaceProps* props) const;
|
/external/skqp/include/core/ |
D | SkCanvas.h | 240 bool getProps(SkSurfaceProps* props) const;
|
/external/guice/extensions/persist/lib/ |
D | hibernate-entitymanager.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
org/
... |
/external/skqp/tools/viewer/ |
D | Viewer.cpp | 1144 canvas->getProps(&props); in drawSlide()
|
/external/skqp/docs/ |
D | SkCanvas_Reference.bmh | 381 #Method bool getProps(SkSurfaceProps* props) const 391 if (!canvas.getProps(&surfaceProps)) { 392 SkDebugf("getProps failed unexpectedly.\n");
|