Home
last modified time | relevance | path

Searched defs:shape (Results 1 – 25 of 66) sorted by relevance

123

/external/gemmlowp/test/
Dbenchmark_meta_gemm.cc179 void time_one(Shape* shape, double max_time) { in time_one()
270 for (auto& shape : googlenet_gemms) { in main() local
279 for (auto& shape : small_gemms) { in main() local
288 for (auto& shape : others) { in main() local
304 for (auto& shape : googlenet_gemms) { in main() local
308 for (auto& shape : small_gemms) { in main() local
312 for (auto& shape : others) { in main() local
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
DNodeShape.java31 private final String shape; field in NodeShape
33 NodeShape(String shape) { in NodeShape()
DGraphvizNode.java37 private NodeShape shape = NodeShape.BOX; field in GraphvizNode
64 public void setShape(NodeShape shape) { in setShape()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/
DTriangleBean.java20 private Shape shape; field in TriangleBean
34 public void setShape(Shape shape) { in setShape()
/external/pdfium/xfa/fxbarcode/datamatrix/
DBC_SymbolInfo.cpp121 SymbolShapeHint shape, in lookup()
129 SymbolShapeHint shape = allowRectangular ? FORCE_NONE : FORCE_SQUARE; in lookup() local
133 SymbolShapeHint shape, in lookup()
139 SymbolShapeHint shape, in lookup()
DBC_DataMatrixWriter.cpp59 CBC_SymbolShapeHint::SymbolShapeHint shape = in Encode() local
DBC_EncoderContext.cpp55 void CBC_EncoderContext::setSymbolShape(SymbolShapeHint shape) { in setSymbolShape()
/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_frame.h59 const DesktopRegion* shape() const { return shape_.get(); } in shape() function
60 void set_shape(DesktopRegion* shape) { shape_.reset(shape); } in set_shape()
/external/skia/gm/
Dlightingshaderbevel.cpp106 void drawShape(enum Shape shape, SkCanvas* canvas, SkScalar scaleX, SkScalar scaleY, in drawShape()
158 Shape shape = (Shape)shapeInt; in onDraw() local
203 Shape shape = (Shape)shapeInt; in onDraw() local
Dnested.cpp49 static void AddShape(SkPath* path, const SkRect& rect, Shapes shape, SkPath::Direction dir) { in AddShape()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DExample2_24Test.java55 Shape shape = new Shape(values); in construct() local
105 Shape shape = (Shape) data; in representData() local
240 Shape shape = (Shape) yaml.load(Util.getLocalResource("specification/example2_24.yaml")); in testExample_2_24() local
/external/skia/src/gpu/
DGrSWMaskHelper.cpp57 void GrSWMaskHelper::drawShape(const GrShape& shape, SkRegion::Op op, GrAA aa, uint8_t alpha) { in drawShape()
137 const GrShape& shape, in DrawShapeMaskToTexture()
DGrClipStackClip.cpp116 GrShape shape(path, GrStyle::SimpleFill()); in PathNeedsSWRenderer() local
466 GrShape shape(clipPath, GrStyle::SimpleFill()); in createSoftwareClipMask() local
478 GrShape shape(path, GrStyle::SimpleFill()); in createSoftwareClipMask() local
DGrSoftwarePathRenderer.cpp26 static bool get_unclipped_shape_dev_bounds(const GrShape& shape, const SkMatrix& matrix, in get_unclipped_shape_dev_bounds()
50 const GrShape& shape, in get_shape_and_clip_bounds()
DGrPath.cpp17 void GrPath::ComputeKey(const GrShape& shape, GrUniqueKey* key, bool* outIsVolatile) { in ComputeKey()
DGrReducedClip.cpp731 GrShape shape(clipPath, GrStyle::SimpleFill()); in drawStencilClipMask() local
773 GrShape shape(clipPath, GrStyle::SimpleFill()); in drawStencilClipMask() local
810 GrShape shape(clipPath, GrStyle::SimpleFill()); in drawStencilClipMask() local
/external/jemalloc/test/unit/
Dmath.c360 double shape = pt_gamma_shape[i]; in TEST_BEGIN() local
376 double shape = 1.0; in TEST_BEGIN() local
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_median_filter.c158 generate_offsets(enum vl_median_filter_shape shape, unsigned size, in generate_offsets()
240 enum vl_median_filter_shape shape) in vl_median_filter_init()
/external/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp144 static std::unique_ptr<GrMeshDrawOp> Make(GrColor color, const GrShape& shape, in Make()
165 SmallPathOp(GrColor color, const GrShape& shape, const SkMatrix& viewMatrix, in SmallPathOp()
392 ShapeData* shapeData, const GrShape& shape, uint32_t dimension, in addDFPathToAtlas()
510 const GrShape& shape, const SkMatrix& ctm) const { in addBMPathToAtlas() argument
838 GrShape shape(GrTest::TestPath(random), GrStyle::SimpleFill()); in DRAW_OP_TEST_DEFINE() local
DGrTessellatingPathRenderer.cpp164 const GrShape& shape, in Make()
323 const GrShape& shape, in TessellatingPathOp()
389 GrShape shape(path, style); in DRAW_OP_TEST_DEFINE() local
DGrStencilAndCoverPathRenderer.cpp50 static GrPath* get_gr_path(GrResourceProvider* resourceProvider, const GrShape& shape) { in get_gr_path()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DArabicShaping.java69 public static void shape(char[] chars, int leftType, int rightType, ClassTable isolClassTable) { in shape() method in ArabicShaping
/external/skia/tools/
DSkShaper_primitive.cpp32 SkScalar SkShaper::shape(SkTextBlobBuilder* builder, in shape() function in SkShaper
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DArabicShaping.java88 public int shape(char[] source, int sourceStart, int sourceLength, in shape() method in ArabicShaping
145 public void shape(char[] source, int start, int length) throws ArabicShapingException { in shape() method in ArabicShaping
160 public String shape(String text) throws ArabicShapingException { in shape() method in ArabicShaping
1749 int shape = shapeTable[nextLink & LINK_MASK] in shapeUnicode() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DArabicShaping.java88 public int shape(char[] source, int sourceStart, int sourceLength, in shape() method in ArabicShaping
144 public void shape(char[] source, int start, int length) throws ArabicShapingException { in shape() method in ArabicShaping
158 public String shape(String text) throws ArabicShapingException { in shape() method in ArabicShaping
1701 int shape = shapeTable[nextLink & LINK_MASK] in shapeUnicode() local

123