HomeSort by relevance Sort by last modified time
    Searched refs:Shapes (Results 1 - 9 of 9) sorted by null

  /external/skia/gm/
nested.cpp 41 enum Shapes {
48 static void AddShape(SkPath* path, const SkRect& rect, Shapes shape, SkPath::Direction dir) {
100 AddShape(&path, outerRect, (Shapes) outerShape, SkPath::kCW_Direction);
101 AddShape(&path, innerRects[innerRect], (Shapes) innerShape,
  /external/skqp/gm/
nested.cpp 41 enum Shapes {
48 static void AddShape(SkPath* path, const SkRect& rect, Shapes shape, SkPath::Direction dir) {
100 AddShape(&path, outerRect, (Shapes) outerShape, SkPath::kCW_Direction);
101 AddShape(&path, innerRects[innerRect], (Shapes) innerShape,
  /external/pdfium/third_party/lcms/src/
cmsio1.c 219 cmsToneCurve *Shapes[3];
234 Shapes[0] = (cmsToneCurve *) cmsReadTag(hProfile, cmsSigRedTRCTag);
235 Shapes[1] = (cmsToneCurve *) cmsReadTag(hProfile, cmsSigGreenTRCTag);
236 Shapes[2] = (cmsToneCurve *) cmsReadTag(hProfile, cmsSigBlueTRCTag);
238 if (!Shapes[0] || !Shapes[1] || !Shapes[2])
244 if (!cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, Shapes)) ||
463 cmsToneCurve *Shapes[3], *InvShapes[3];
482 Shapes[0] = (cmsToneCurve *) cmsReadTag(hProfile, cmsSigRedTRCTag)
    [all...]
  /art/test/044-proxy/src/
BasicTest.java 41 Shapes shapes = (Shapes) proxy; local
42 shapes.circle(3);
43 shapes.rectangle(10, 20);
44 shapes.blob();
62 shapes.upChuck();
68 shapes.upCheck();
98 Class<?> proxyClass = Proxy.getProxyClass(Shapes.class.getClassLoader(),
125 interface Shapes {
    [all...]
  /external/tensorflow/tensorflow/core/profiler/g3doc/
python_api.md 3 * [Parameters and Shapes](#parameters-and-shapes)
11 ### Parameters and Shapes.
  /external/skia/src/sfnt/
SkPanose.h 441 Shapes = 4,
  /external/skqp/src/sfnt/
SkPanose.h 441 Shapes = 4,
  /external/tensorflow/tensorflow/core/grappler/costs/
graph_properties_test.cc 104 // We're interested in only integer tensors as only shapes are exported as
402 ops::FIFOQueue::Attrs().Shapes({{3, 7, 1}}));
420 ops::FIFOQueue::Attrs().Shapes({{3, 7, -1}}));
436 // Create a graph with known input shapes, and propagate the shapes through a
    [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go 118 // Fake-quantize the 'inputs' tensor of type float and one of the shapes: `[d]`,
    [all...]

Completed in 2380 milliseconds