HomeSort by relevance Sort by last modified time
    Searched full:paints (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/skia/experimental/ChromeUtils/
SkBorder.cpp 20 SkBorder::SkBorder(const SkPaint paints[4],
25 fPaints[i] = paints[i];
SkBorder.h 69 SkBorder(const SkPaint paints[4], const SkScalar widths[4], const BorderStyle styles[4]);
  /external/skia/gm/
filterfastbounds.cpp 85 static void add_paint(SkImageFilter* filter, SkTArray<SkPaint>* paints) {
86 SkPaint& p = paints->push_back();
91 // Create a selection of imagefilter-based paints to test
92 static void create_paints(SkImageFilter* source, SkTArray<SkPaint>* paints) {
100 add_paint(scaleMIF, paints);
110 add_paint(rotMIF, paints);
119 add_paint(tileIF, paints);
132 add_paint(dsif, paints);
143 add_paint(dsif, paints);
149 add_paint(bif, paints);
244 SkTArray<SkPaint> paints; variable
    [all...]
badpaint.cpp 13 /** This GM draws with invalid paints. It should draw nothing other than the background. */
  /external/skia/experimental/docs/
exampleSlides.js 279 var paints = {
318 { "draw":"text.curve1d1", "paint":"paints.textBase" },
319 { "draw":"text.curve1d2", "paint":"paints.textBase" }
322 { "draw":"text.curveMultiple1", "paint":"paints.textBase" },
323 { "draw":"text.curveMultiple2", "paint":"paints.textBase" }
326 { "draw":"text.line1DDest1", "paint":"paints.textBase" },
327 { "draw":"text.line1DDest2", "paint":"paints.textBase" }
330 { "draw":"text.sectorXYA", "paint":"paints.sectorADesc" },
331 { "draw":"paths.wedgeXY8", "paint":"paints.gradient1" }
334 { "draw":"text.sectorXYB", "paint":"paints.sectorBDesc" }
    [all...]
animationCommon.js 219 var parent = paints[paint.paint];
311 for (var prop in paints) {
312 flattenPaint(paints[prop]);
  /external/skia/samplecode/
SampleAARects.cpp 72 SkPaint paints[] = { bluePaint, bmpPaint }; local
79 for (size_t p = 0; p < SK_ARRAY_COUNT(paints); ++p) {
81 paints[p].setStyle(stroke ? SkPaint::kStroke_Style : SkPaint::kFill_Style);
83 paints[p].setAntiAlias(a > 0);
84 paints[p].setAlpha(a > 1 ? 0x80 : 0xff);
91 canvas->drawRect(rect, paints[p]);
98 canvas->drawRect(rect, paints[p]);
105 canvas->drawRect(rect, paints[p]);
112 canvas->drawRect(rect, paints[p]);
121 canvas->drawRect(rect, paints[p])
    [all...]
  /external/skia/tools/lua/
count_effects.lua 43 io.write("total paints ", total_paints, " ", tostr(effects), "\n");
  /frameworks/base/libs/hwui/
DisplayList.cpp 44 , paints(stdAllocator)
84 paints.clear();
  /external/proguard/src/proguard/gui/splash/
Sprite.java 34 * Paints the object.
  /external/skia/include/utils/
SkPaintFilterCanvas.h 57 * Note: The base implementation calls onFilter() for top-level/explicit paints only.
58 * To also filter encapsulated paints (e.g. SkPicture, SkTextBlob), clients may need to
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 35 * Painter which paints feedback during drag, drop and resizing operations, as well as
53 * Paints the structure (the grid model) of the given GridLayout.
76 * Paints a regular grid according to the {@link GridLayoutRule#GRID_SIZE} and
103 * Paint resizing feedback (which currently paints the grid model faintly.)
151 * Paints the drag feedback for a free-form mode drag
262 * Paints the drag feedback for a grid-mode drag
337 * Paints the structure (the row and column boundaries) of the given
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
Overlay.java 60 * Paints the overlay.
EmptyViewsOverlay.java 25 * The {@link EmptyViewsOverlay} paints bounding rectangles for any of the empty and
OutlineOverlay.java 25 * The {@link OutlineOverlay} paints an optional outline on top of the layout,
  /external/skia/src/core/
SkPictureCommon.h 58 // Most draws-type ops have paints.
69 // Shouldn't be any non-Draw non-SaveLayer ops with paints.
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchCircleView.java 56 /** The size of the stroke that paints the lap circle. */
59 /** The size of the stroke that paints the marker for the end of the prior lap. */
  /external/skia/site/user/api/
skpaint.md 17 Unlike `SkCanvas`, paints do not maintain an internal stack of state
18 (i.e. there is no save/restore on a paint). However, paints are
58 This shows three different paints, each set up to draw in a different
59 style. Now the caller can intermix these paints freely, either using
85 paints support effects. These are subclasses of different aspects of
135 Paints also hold a reference to a SkTypeface. The typeface represents
137 text. Speaking of which, paints are used not only for drawing text,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 62 * Paints a given match as a constraint.
77 * Paints a constraint.
150 * Paints a set of constraints.
180 * Paints a constraint of the given type from the given source node, to the
234 * Paints a corner constraint, or returns false if this constraint is not a corner.
363 * Paints a vertical constraint, handling the various scenarios where there are
607 * Paints a horizontal constraint, handling the various scenarios where there are margins,
757 * Paints a vertical center constraint. The constraint is shown as a dashed line
771 * Paints a horizontal center constraint. The constraint is shown as a dashed line
    [all...]
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
ShadowLayout.java 34 * This custom layout paints a drop shadow behind all children. The size and opacity
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
BooleanPropertyEditor.java 61 * Paints {@link Image} and text.
PropertyEditor.java 44 * Paints given {@link Property} given rectangle <code>(x, y, width, height)</code> of {@link GC}.
  /external/skia/tests/
LayerRasterizerTest.cpp 86 // Create a bunch of paints with different flags.
  /external/skia/tools/android/
SkAndroidSDKCanvas.h 24 TextBlob paints are incomplete when filter is called.
  /frameworks/base/core/java/android/view/
RoundScrollbarRenderer.java 43 // Paints for the round scrollbar.

Completed in 1020 milliseconds

1 2 3 4