Searched refs:fill (Results 126 - 150 of 657) sorted by relevance

1234567891011>>

/external/skia/tests/
H A DEmptyPathTest.cpp130 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) {
131 path.setFillType(gFills[fill]);
/external/smack/src/org/apache/harmony/javax/security/auth/callback/
H A DPasswordCallback.java121 Arrays.fill(inputPassword, '\u0000');
/external/stlport/test/unit/
H A Dfill_test.cpp33 fill(v.begin(), v.end(), 42);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DLookaheadStream.h88 if ( n > 0 ) fill(n); // out of elements?
92 public void fill(int n) { function in class:FastQueue
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A Dsnow.js55 ctx.fill(p.path);
62 ctx.fill();
/external/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
H A Dmove.pass.cpp54 assert(is.fill() == ' ');
70 assert(is.fill() == L' ');
/external/libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/
H A Dmove.pass.cpp54 assert(is.fill() == ' ');
70 assert(is.fill() == L' ');
/external/skia/experimental/SkV8Example/
H A Dsnow.js55 ctx.fill(p.path);
62 ctx.fill();
/external/chromium_org/third_party/polymer/components-chromium/core-animation/
H A Dcore-animation-extracted.js92 * @property fill
96 fill: {value: 'auto', reflect: true},
213 fill: 'apply',
341 fill: {},
/external/chromium_org/third_party/zlib/
H A Dinftrees.c50 unsigned fill; /* index for replicating entries */ local
150 Create and fill in decoding tables. In this loop, the table being
155 fill the table with replicated entries.
203 next = *table; /* current table to fill in */
234 fill = 1U << curr;
235 min = fill; /* save offset to next table */
237 fill -= incr;
238 next[(huff >> drop) + fill] = here;
239 } while (fill != 0);
297 drops back to the root table to fill i
[all...]
/external/chromium_org/third_party/lcov/contrib/galaxy/
H A Dposterize.pl118 /Hi {newpath 4 copy 4 2 roll 8 7 roll M L L L Hi_Color setrgbcolor fill closepath} bind def
119 /Med {newpath 4 copy 4 2 roll 8 7 roll M L L L Med_Color setrgbcolor fill closepath} bind def
120 /Lo {newpath 4 copy 4 2 roll 8 7 roll M L L L Lo_Color setrgbcolor fill closepath} bind def
121 /None {newpath 4 copy 4 2 roll 8 7 roll M L L L None_Color setrgbcolor fill closepath} bind def
229 /key { setrgbcolor 2 copy box gsave fill grestore 0 0 0 setrgbcolor strokepath fill moveto 2.4 0.25 rmoveto show } def
280 strokepath fill
/external/proguard/src/proguard/optimize/peephole/
H A DBranchTargetFinder.java331 Arrays.fill(subroutineStarts, 0, codeLength, UNKNOWN);
332 Arrays.fill(subroutineEnds, 0, codeLength, UNKNOWN);
333 Arrays.fill(creationOffsets, 0, codeLength, NONE);
334 Arrays.fill(initializationOffsets, 0, codeLength, NONE);
339 Arrays.fill(instructionMarks, 0, codeLength, (short)0);
340 Arrays.fill(subroutineStarts, 0, codeLength, UNKNOWN);
341 Arrays.fill(subroutineEnds, 0, codeLength, UNKNOWN);
342 Arrays.fill(creationOffsets, 0, codeLength, NONE);
343 Arrays.fill(initializationOffsets, 0, codeLength, NONE);
/external/zlib/src/contrib/infback9/
H A Dinftree9.c50 unsigned fill; /* index for replicating entries */ local
144 Create and fill in decoding tables. In this loop, the table being
149 fill the table with replicated entries.
197 next = *table; /* current table to fill in */
228 fill = 1U << curr;
230 fill -= incr;
231 next[(huff >> drop) + fill] = this;
232 } while (fill != 0);
290 drops back to the root table to fill in any remaining entries there.
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationNodeTiming.cpp34 String AnimationNodeTiming::fill() function in class:blink::AnimationNodeTiming
121 void AnimationNodeTiming::setFill(String fill) argument
124 TimingInput::setFillMode(timing, fill);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp42 SkFAIL("Unexpected path fill.");
155 void GrGLPathRendering::stencilPath(const GrPath* path, SkPath::FillType fill) { argument
160 this->flushPathStencilSettings(fill);
169 void GrGLPathRendering::drawPath(const GrPath* path, SkPath::FillType fill) { argument
174 this->flushPathStencilSettings(fill);
179 SkPath::FillType nonInvertedFill = SkPath::ConvertToNonInverseFillType(fill);
185 if (nonInvertedFill == fill) {
225 SkPath::FillType fill) {
232 this->flushPathStencilSettings(fill);
238 SkPath::ConvertToNonInverseFillType(fill);
223 drawPaths(const GrPathRange* pathRange, const uint32_t indices[], int count, const float transforms[], PathTransformType transformsType, SkPath::FillType fill) argument
469 flushPathStencilSettings(SkPath::FillType fill) argument
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dsymbolize.cc257 SymbolMap::iterator fill = symbolization_table_.begin();
262 fill->second = current_name;
265 fill++;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dsymbolize.cc262 SymbolMap::iterator fill = symbolization_table_.begin();
267 fill->second = current_name;
270 fill++;
/external/eigen/test/eigen2/
H A Dsparse.h73 sparseMat.fill(i,j) = v;
116 sparseMat.fill(i,j) = v;
144 sparseVec.fill(i) = v;
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dbackground.js32 ctx.fill();
72 ctx.fill();
87 ctx.fill();
98 ctx.fill();
101 ctx.fill();
110 ctx.fill();
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dthumbnail_loader.js76 * In percents (0.0 - 1.0), how much area can be cropped to fill an image
78 * The specified 30% value allows to fill 16:9, 3:2 pictures in 4:3 element.
91 AUTO: 3 // Try to fill, but if incompatible aspect ratio, then fit.
346 * Update the image style to fit/fill the container.
368 var fill;
372 fill = true;
375 fill = false;
384 fill = (ratioFactor >= 1.0 - ThumbnailLoader.AUTO_FILL_THRESHOLD) &&
395 var scale = fill ?
407 // First try vertical fit or horizontal fill
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFrameSet.h41 m_preventResize.fill(preventResize);
42 m_allowBorder.fill(allowBorder);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGResourcesCycleSolver.cpp154 ASSERT(resourceLeadingToCycle == m_resources->fill() || resourceLeadingToCycle == m_resources->stroke());
155 if (m_resources->fill() == resourceLeadingToCycle)
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dpath.h77 void path_set_fill_rule(enum fill_rule fill);
78 enum fill_rule path_fill_rule(enum fill_rule fill);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrGpu.cpp224 void GrGpu::getPathStencilSettingsForFillType(SkPath::FillType fill, GrStencilSettings* outStencilSettings) { argument
226 switch (fill) {
228 SkFAIL("Unexpected path fill.");
342 void GrGpu::onStencilPath(const GrPath* path, SkPath::FillType fill) { argument
350 this->pathRendering()->stencilPath(path, fill);
354 void GrGpu::onDrawPath(const GrPath* path, SkPath::FillType fill, argument
365 this->pathRendering()->drawPath(path, fill);
371 SkPath::FillType fill, const GrDeviceCoordTexture* dstCopy) {
382 this->pathRendering()->drawPaths(pathRange, indices, count, transforms, transformsType, fill);
368 onDrawPaths(const GrPathRange* pathRange, const uint32_t indices[], int count, const float transforms[], PathTransformType transformsType, SkPath::FillType fill, const GrDeviceCoordTexture* dstCopy) argument
/external/chromium_org/third_party/skia/tools/lua/
H A Ddump_clipstack_at_restore.lua20 io.write(", fill: ", element["path"]:getFillType())

Completed in 5527 milliseconds

1234567891011>>