HomeSort by relevance Sort by last modified time
    Searched refs:Shapes (Results 1 - 6 of 6) 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/pdfium/third_party/lcms2-2.6/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)) ||
460 cmsToneCurve *Shapes[3], *InvShapes[3];
479 Shapes[0] = (cmsToneCurve *) cmsReadTag(hProfile, cmsSigRedTRCTag)
    [all...]
  /art/test/044-proxy/src/
BasicTest.java 42 Shapes shapes = (Shapes) proxy; local
43 shapes.circle(3);
44 shapes.rectangle(10, 20);
45 shapes.blob();
58 shapes.upChuck();
64 shapes.upCheck();
102 Class proxyClass = Proxy.getProxyClass(Shapes.class.getClassLoader(),
131 interface Shapes {
    [all...]
  /external/llvm/lib/Target/WebAssembly/
Relooper.cpp 69 /// ownership of the blocks and shapes, and frees them when done.
73 std::deque<Shape *> Shapes;
84 // Calculates the shapes
193 for (auto Curr : Shapes)
301 // Add a shape to the list of shapes in this Relooper calculation
304 Parent->Shapes.push_back(New);
    [all...]
  /external/skia/src/sfnt/
SkPanose.h 530 ((Shapes, 4))
  /frameworks/base/docs/html/training/
training_toc.cs 485 <li><a href="<?cs var:toroot ?>training/graphics/opengl/shapes.html">
486 Defining Shapes
490 Drawing Shapes
    [all...]

Completed in 562 milliseconds