Searched refs:fill (Results 251 - 275 of 657) sorted by relevance

<<11121314151617181920>>

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRBufferedTokenStream.h100 - (void) fill;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
H A DCBCBlockCipher.java158 Arrays.fill(cbcNextV, (byte)0);
/external/ceres-solver/internal/ceres/
H A Dblock_jacobi_preconditioner.cc74 std::fill(block_storage_.begin(), block_storage_.end(), 0.0);
H A Dcompressed_col_sparse_matrix_utils.h123 fill(solution, solution + num_cols, 0.0);
H A Dparameter_block.h190 std::fill(upper_bounds_.get(),
203 std::fill(lower_bounds_.get(),
/external/chromium_org/ppapi/tests/
H A Dtest_graphics_2d.cc390 pp::ImageData fill(instance_, PP_IMAGEDATAFORMAT_BGRA_PREMUL,
392 ASSERT_FALSE(fill.is_null());
393 FillRectInImage(&fill, pp::Rect(fill.size()), background_color);
395 dc.PaintImageData(fill, pp::Point(paint_x, paint_y));
404 FillRectInImage(&fill, pp::Rect(fill.size()), fill_color);
416 dc.PaintImageData(fill, pp::Point(second_paint_x, second_paint_y));
417 dc.PaintImageData(fill, pp::Point(second_paint_x, second_paint_y),
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineMemoryOverview.js134 ctx.fill();
/external/chromium_org/third_party/skia/include/core/
H A DSkPath.h62 /** Return the path's fill type. This is used to define how "inside" is
65 @return the path's fill type
69 /** Set the path's fill type. This is used to define how "inside" is
72 @param ft The new fill type for this path
507 * Returns whether or not a fill type is inverted
514 static bool IsInverseFillType(FillType fill) { argument
519 return (fill & 2) != 0;
523 * Returns the equivalent non-inverted fill type to the given fill type
530 static FillType ConvertToNonInverseFillType(FillType fill) { argument
[all...]
/external/chromium_org/third_party/skia/samplecode/
H A DSampleRotateCircles.cpp271 SkPath fill; local
276 p.getFillPath(path, &fill);
279 canvas->drawPath(fill, paint);
280 draw_points(canvas, fill, WIREFRAME_COLOR, false);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLPathRendering.h110 void flushPathStencilSettings(SkPath::FillType fill);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
H A DTextDialog.java89 GridDataFactory.create(m_textWidget).grab().fill().hintVC(10);
/external/eigen/bench/
H A DbenchFFT.cpp63 std::fill(inbuf.begin(),inbuf.end(),0);
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DParserStateTable.java144 private void fill(InternalState from, InternalState to) { method in class:ParserStateTable
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSettings.java82 Arrays.fill(values, 0);
/external/okhttp/okio/src/test/java/okio/
H A DInflaterSourceTest.java112 Arrays.fill(array, c);
/external/openfst/src/include/fst/extensions/far/
H A Dprint-strings.h108 sstrm.fill('0');
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_Image.h37 void fill(FX_BOOL v);
/external/pixman/test/
H A Dcomposite.c389 pixman_color_t fill; local
392 compute_pixman_color (info->color, &fill);
406 solid = pixman_image_create_solid_fill (&fill);
419 info->image = pixman_image_create_solid_fill (&fill);
/external/proguard/src/proguard/classfile/editor/
H A DNameAndTypeShrinker.java184 Arrays.fill(constantPool, counter, length, null);
/external/proguard/src/proguard/gui/
H A DMemberSpecificationDialog.java90 constraintsStretch.fill = GridBagConstraints.HORIZONTAL;
102 constraintsLastStretch.fill = GridBagConstraints.HORIZONTAL;
109 panelConstraints.fill = GridBagConstraints.HORIZONTAL;
117 stretchPanelConstraints.fill = GridBagConstraints.BOTH;
/external/skia/include/core/
H A DSkPath.h61 /** Return the path's fill type. This is used to define how "inside" is
64 @return the path's fill type
68 /** Set the path's fill type. This is used to define how "inside" is
71 @param ft The new fill type for this path
506 * Returns whether or not a fill type is inverted
513 static bool IsInverseFillType(FillType fill) { argument
518 return (fill & 2) != 0;
522 * Returns the equivalent non-inverted fill type to the given fill type
529 static FillType ConvertToNonInverseFillType(FillType fill) { argument
[all...]
/external/skia/samplecode/
H A DSampleRotateCircles.cpp271 SkPath fill; local
276 p.getFillPath(path, &fill);
279 canvas->drawPath(fill, paint);
280 draw_points(canvas, fill, WIREFRAME_COLOR, false);
/external/skia/src/gpu/
H A DGrDrawTarget.cpp519 void GrDrawTarget::stencilPath(const GrPath* path, SkPath::FillType fill) { argument
523 SkASSERT(!SkPath::IsInverseFillType(fill));
524 this->onStencilPath(path, fill);
527 void GrDrawTarget::drawPath(const GrPath* path, SkPath::FillType fill) { argument
534 if (SkPath::IsInverseFillType(fill)) {
548 this->onDrawPath(path, fill, dstCopy.texture() ? &dstCopy : NULL);
553 SkPath::FillType fill, SkStrokeRec::Style stroke) {
558 SkASSERT(!SkPath::IsInverseFillType(fill));
577 this->onDrawPaths(pathCount, paths, transforms, fill, stroke,
551 drawPaths(int pathCount, const GrPath** paths, const SkMatrix* transforms, SkPath::FillType fill, SkStrokeRec::Style stroke) argument
/external/stlport/stlport/stl/
H A D_ios.c107 this->fill(widen(' '));
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DBufferedTokenStream.java236 fill();
261 public void fill() { method in class:BufferedTokenStream

Completed in 4658 milliseconds

<<11121314151617181920>>