Home
last modified time | relevance | path

Searched refs:Shapes (Results 1 – 25 of 29) sorted by relevance

12

/external/pdfium/third_party/lcms/src/
Dcmsio1.c219 cmsToneCurve *Shapes[3]; in BuildRGBInputMatrixShaper() local
234 Shapes[0] = (cmsToneCurve *) cmsReadTag(hProfile, cmsSigRedTRCTag); in BuildRGBInputMatrixShaper()
235 Shapes[1] = (cmsToneCurve *) cmsReadTag(hProfile, cmsSigGreenTRCTag); in BuildRGBInputMatrixShaper()
236 Shapes[2] = (cmsToneCurve *) cmsReadTag(hProfile, cmsSigBlueTRCTag); in BuildRGBInputMatrixShaper()
238 if (!Shapes[0] || !Shapes[1] || !Shapes[2]) in BuildRGBInputMatrixShaper()
244 … if (!cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, Shapes)) || in BuildRGBInputMatrixShaper()
463 cmsToneCurve *Shapes[3], *InvShapes[3]; in BuildRGBOutputMatrixShaper() local
482 Shapes[0] = (cmsToneCurve *) cmsReadTag(hProfile, cmsSigRedTRCTag); in BuildRGBOutputMatrixShaper()
483 Shapes[1] = (cmsToneCurve *) cmsReadTag(hProfile, cmsSigGreenTRCTag); in BuildRGBOutputMatrixShaper()
484 Shapes[2] = (cmsToneCurve *) cmsReadTag(hProfile, cmsSigBlueTRCTag); in BuildRGBOutputMatrixShaper()
[all …]
/external/skia/gm/
Dnested.cpp49 enum Shapes { enum in skiagm::NestedGM
56 static void AddShape(SkPathBuilder* b, const SkRect& rect, Shapes shape, SkPathDirection dir) { in AddShape()
108 AddShape(&builder, outerRect, (Shapes) outerShape, SkPathDirection::kCW); in onDraw()
109 AddShape(&builder, innerRects[innerRect], (Shapes) innerShape, in onDraw()
/external/skqp/gm/
Dnested.cpp41 enum Shapes { enum in skiagm::NestedGM
48 static void AddShape(SkPath* path, const SkRect& rect, Shapes shape, SkPath::Direction dir) { in AddShape()
100 AddShape(&path, outerRect, (Shapes) outerShape, SkPath::kCW_Direction); in onDraw()
101 AddShape(&path, innerRects[innerRect], (Shapes) innerShape, in onDraw()
/external/cldr/tools/java/org/unicode/cldr/draft/
DGeneratePickerData.txt21 …ol:.*(Box Drawing|Block Elements|Geometric Shapes|Miscellaneous Symbols And Arrows).*>Symbol:Geome…
23 Symbol:.*Halfwidth And Fullwidth Forms.*>Symbol:Geometric Shapes
DManualChanges.txt8 Symbol;Geometric Shapes;Add;[⊿ ⎸-⎽ ⚪-⚬]
/external/tensorflow/tensorflow/core/profiler/g3doc/
Dpython_api.md3 * [Parameters and Shapes](#parameters-and-shapes)
11 ### Parameters and Shapes.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SparseCrossV2.pbtxt18 1-D. Shapes of each `SparseTensor`.
Dapi_def_PaddingFIFOQueueV2.pbtxt23 Shapes of fixed rank but variable size are allowed by setting
Dapi_def_SparseCrossHashed.pbtxt18 1-D. Shapes of each `SparseTensor`.
Dapi_def_PaddingFIFOQueue.pbtxt21 Shapes of fixed rank but variable size are allowed by setting
Dapi_def_SparseCross.pbtxt18 1-D. Shapes of each `SparseTensor`.
Dapi_def_SparseConcat.pbtxt18 1-D. Shapes of each `SparseTensor`.
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Dshapes.md1 # Shapes and Layout
113 The default layout for newly created Shapes is "dimension order is
Dindex.md80 Shapes can vary across the runs though:
/external/skia/site/docs/
D_index.md31 <tr><th>Shapes</th><th>Bézier Curves</th></tr>
/external/skqp/site/
Dindex.md28 <tr><th>Shapes</th><th>Bézier Curves</th></tr>
Dindex_zh.md39 <tr><th><!-- Shapes -->几何形状</th><th><!-- Bézier Curves -->贝塞尔曲线</th></tr>
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DHTMLEntities.properties265 # Geometric Shapes
/external/skqp/src/sfnt/
DSkPanose.h441 Shapes = 4, enumerator
/external/skia/src/sfnt/
DSkPanose.h441 Shapes = 4, enumerator
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto74 // operation. Shapes of this primitive type will have empty dimensions and
81 // A token type threaded between side-effecting operations. Shapes of this
138 // computation. Layouts specified in interior operations which take Shapes (for
/external/tensorflow/tensorflow/core/protobuf/
Deager_service.proto78 // Shapes of output tensors for creating remote TensorHandles.
/external/llvm-project/mlir/docs/
DTraits.md228 dimension equal to the larger one, if known. Shapes are checked partially if
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties_test.cc440 ops::FIFOQueue::Attrs().Shapes({{3, 7, 1}})); in TEST_F()
458 ops::FIFOQueue::Attrs().Shapes({{3, 7, -1}})); in TEST_F()
/external/icu/icu4c/source/data/locales/
Dzu.txt882 geometric_shapes{"i-Geometric Shapes"}

12