/external/toybox/toys/posix/ |
grep.c | 80 static void outline(char *line, char dash, char *name, long lcount, long bcount, function 221 outline(dl->data, '-', name, lcount-before, 0, -1); 227 outline(line, ':', name, lcount, bcount, -1); 229 } else outline(start+matches.rm_so, ':', name, lcount, bcount, 243 outline(line, '-', name, lcount, 0, -1); 267 if (toys.optflags & FLAG_c) outline(0, ':', name, mcount, 0, -1);
|
/frameworks/base/tools/aapt2/compile/ |
NinePatch_test.cpp | 304 EXPECT_EQ(Bounds(2, 2, 2, 2), nine_patch->outline); 314 EXPECT_EQ(Bounds(3, 3, 3, 3), nine_patch->outline); 326 // middle for each inset. If the outline is shifted, the search may not find a 329 // EXPECT_EQ(Bounds(5, 3, 3, 3), ninePatch->outline); 332 EXPECT_EQ(Bounds(4, 3, 3, 3), nine_patch->outline); 343 EXPECT_EQ(Bounds(0, 0, 0, 0), nine_patch->outline);
|
/packages/apps/Dialer/java/com/android/dialer/lettertile/ |
LetterTileDrawable.java | 25 import android.graphics.Outline; 290 public void getOutline(Outline outline) { 292 outline.setOval(getBounds()); 294 outline.setRect(getBounds()); 297 outline.setAlpha(1);
|
/external/deqp/external/openglcts/modules/gl/ |
gl4cTextureBarrierTests.cpp | 89 Base class of all rendering test cases of the feature. Implements the basic outline below: 91 This basic outline provides a simple tutorial on how to implement and 505 * Using the basic outline above test that reads and writes from/to 649 * Using the basic outline above test that reads and writes from/to 666 "Using the basic outline test that reads and writes from/to disjoint sets of texels work as expected. " 712 * Using the basic outline above test that reads and writes from/to 726 "Using the basic outline test that reads and writes from/to overlapping sets of texels work " 769 * Using the basic outline above test that a single read and write of each 838 * Using the basic outline above test that a single read and write of each 848 "Using the basic outline tests that a single read and write of each texel, where the read [all...] |
/external/python/cpython2/Tools/pynche/ |
ListViewer.py | 87 outline='', 144 canvas.itemconfigure(self.__lastbox, outline='') 147 canvas.itemconfigure(colortag, outline='black')
|
/external/python/cpython3/Tools/pynche/ |
ListViewer.py | 87 outline='', 144 canvas.itemconfigure(self.__lastbox, outline='') 147 canvas.itemconfigure(colortag, outline='black')
|
/external/toybox/ |
README | 118 outline: http://landley.net/talks/celf-2013.txt 125 outline: http://landley.net/talks/ohio-2013.txt 138 outline: http://landley.net/talks/celf-2015.txt
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
cursor.cc | 54 // Expands the cursor shape to add a white outline for visibility against 60 // neighbor pixels to see if this should be changed to an outline pixel. 217 // with black. In this case, we also add an outline around the cursor
|
/frameworks/base/libs/hwui/ |
Snapshot.h | 32 #include "Outline.h" 40 * Temporary structure holding information for a single outline clip. 170 * Sets (and replaces) the current clipping outline
|
SpotShadow.h | 37 static float projectCasterToOutline(Vector2& outline, const Vector3& lightCenter,
|
/developers/samples/android/ui/views/FloatingActionButton/FloatingActionButtonBasic/ |
template-params.xml | 52 <android>android.graphics.Outline</android>
|
/external/compiler-rt/lib/builtins/arm/ |
sync-ops.h | 10 * This file implements outline macros for the __sync_fetch_and_*
|
/external/freetype/src/autofit/ |
afcjk.h | 120 FT_Outline* outline,
|
/external/freetype/src/truetype/ |
ttdriver.c | 406 /* glyph loading process (e.g., whether the outline */ 408 /* whether to hint the outline, etc). */ 467 /* now load the glyph outline if necessary */ 471 /* slot->outline.dropout_mode = 2; */
|
/external/pdfium/core/fpdfdoc/ |
cpdf_formcontrol.h | 42 enum HighlightingMode { None = 0, Invert, Outline, Push, Toggle };
|
/external/skia/include/utils/ |
SkCanvasStateUtils.h | 18 * boundary may be newer. The expected usage is outline below...
|
/external/skqp/include/utils/ |
SkCanvasStateUtils.h | 18 * boundary may be newer. The expected usage is outline below...
|
/external/toybox/www/ |
header.html | 20 <a href="http://youtu.be/SGmtP5Lg_t0">video</a>/<a href=http://landley.net/talks/celf-2013.txt>outline</a><br>
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
ColorDrawable.java | 253 public void getOutline(@NonNull Outline outline) { 254 outline.setRect(getBounds()); 255 outline.setAlpha(getAlpha() / 255.0f);
|
/frameworks/base/libs/hwui/tests/common/scenes/ |
ShadowShaderAnimation.cpp | 60 // Slightly transparent outline
|
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/ |
CallbackBindingObject.java | 21 import android.graphics.Outline;
|
/frameworks/support/car/src/main/java/androidx/car/utils/ |
ListItemBackgroundResolver.java | 33 * rectangle with rounded corner. The view is assumed to have a non-rounded corner outline.
|
/libcore/ojluni/src/main/java/java/util/ |
package.html | 40 Collections Framework Annotated Outline</b></a>
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
TaskView.java | 30 import android.graphics.Outline; 299 public void getOutline(View view, Outline outline) { 300 outline.setRoundRect(0, mMarginTop, view.getWidth(),
|
/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/ |
PageIndicatorDots.java | 27 import android.graphics.Outline; 306 public void getOutline(View view, Outline outline) { 309 outline.setRoundRect(
|