HomeSort by relevance Sort by last modified time
    Searched refs:drawn (Results 1 - 25 of 36) sorted by null

1 2

  /development/tools/axl/
chewie.py 142 drawn = [False for x in rng]
145 if not drawn[y]:
146 drawn[y] = True
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LayoutTestBase.java 107 String drawn = graphics.getDrawn().toString(); local
109 // Check that each graphics fragment is drawn
111 if (!drawn.contains(fragment)) {
112 // Get drawn-output since unit test truncates message in below
115 System.out.println("Full graphics output: " + drawn);
117 assertTrue(fragment + " not found; full=" + drawn, drawn.contains(fragment));
  /frameworks/base/libs/input/
SpriteController.h 105 /* Sets the bitmap that is drawn by the sprite.
238 int32_t width, int32_t height, bool drawn, bool visible) {
242 mLocked.state.surfaceDrawn = drawn;
  /prebuilts/go/darwin-x86/src/math/rand/
zipf.go 56 // Uint64 returns a value drawn from the Zipf distribution described
  /prebuilts/go/linux-x86/src/math/rand/
zipf.go 56 // Uint64 returns a value drawn from the Zipf distribution described
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c 805 struct u_rect drawn = calc_drawn_area(s, layer); local
807 dirty->x0 >= drawn.x0 &&
808 dirty->y0 >= drawn.y0 &&
809 dirty->x1 <= drawn.x1 &&
810 dirty->y1 <= drawn.y1) {
849 // Remember the currently drawn area as dirty for the next draw command
850 struct u_rect drawn = calc_drawn_area(s, layer); local
851 dirty->x0 = MIN2(drawn.x0, dirty->x0);
852 dirty->y0 = MIN2(drawn.y0, dirty->y0);
853 dirty->x1 = MAX2(drawn.x1, dirty->x1)
    [all...]
  /external/ImageMagick/www/api/
draw.php 188 <p>DrawImage() draws a graphic primitive on your image. The primitive may be represented as a string or filename. Precede the filename with an "at" sign (@) and the contents of the file are drawn on the image. You can affect how text is drawn by setting one or more members of the draw info structure.</p>
feature.php 141 <p>Use HoughLineImage() in conjunction with any binary edge extracted image (we recommand Canny) to identify lines in the image. The algorithm accumulates counts for every white pixel for every possible orientation (for angles from 0 to 179 in 1 degree increments) and distance from the center of the image to the corner (in 1 px increments) and stores the counts in an accumulator matrix of angle vs distance. The size of the accumulator is 180x(diagonal/2). Next it searches this space for peaks in counts and converts the locations of the peaks to slope and intercept in the normal x,y input image space. Use the slope/intercepts to find the endpoints clipped to the bounds of the image. The lines are then drawn. The counts are a measure of the length of the lines</p>
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 301 boolean drawn = false;
314 drawn = true;
321 if (drawn) {
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/24.4.0-beta3/
chartlib-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/24.4.0-beta6/
chartlib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/24.5.0/
chartlib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0/
chartlib-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-alpha1/
chartlib-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-alpha3/
chartlib-25.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-alpha5/
chartlib-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-alpha7/
chartlib-25.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-alpha9/
chartlib-25.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-beta2/
chartlib-25.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-beta5/
chartlib-25.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-beta6/
chartlib-25.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-beta7/
chartlib-25.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-rc3/
chartlib-25.0.0-rc3.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.1.0/
chartlib-25.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.1.0-alpha3/
chartlib-25.1.0-alpha3.jar 

Completed in 1017 milliseconds

1 2