Searched refs:fill (Results 276 - 300 of 657) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/resources/local_ntp/
H A Dmost_visited_util.js248 * @param {function(Object, Object)} fill A function called with styles and
249 * data to fill.
251 function fillMostVisited(location, fill) {
287 fill(params, data);
/external/chromium_org/media/base/
H A Dchannel_mixer_unittest.cc46 std::fill(input_bus->channel(ch), input_bus->channel(ch) + kFrames, 1);
132 std::fill(input_bus->channel(ch), input_bus->channel(ch) + kFrames,
H A Dvector_math_unittest.cc17 using std::fill;
40 fill(input_vector_.get(), input_vector_.get() + kVectorSize, input);
41 fill(output_vector_.get(), output_vector_.get() + kVectorSize, output);
/external/chromium_org/net/websockets/
H A Dwebsocket_frame_parser.cc40 std::fill(masking_key_.key,
158 std::fill(masking_key_.key, masking_key_.key + kMaskingKeyLength, '\0');
/external/chromium_org/third_party/skia/gm/
H A Dpoly2poly.cpp26 void fill();
62 void SkJSCanvas::fill() { function in class:SkJSCanvas
/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawTarget.cpp529 void GrDrawTarget::stencilPath(const GrPath* path, SkPath::FillType fill) { argument
533 SkASSERT(!SkPath::IsInverseFillType(fill));
534 this->onStencilPath(path, fill);
537 void GrDrawTarget::drawPath(const GrPath* path, SkPath::FillType fill) { argument
544 if (SkPath::IsInverseFillType(fill)) {
558 this->onDrawPath(path, fill, dstCopy.texture() ? &dstCopy : NULL);
564 SkPath::FillType fill) {
579 this->onDrawPaths(pathRange, indices, count, transforms, transformsType, fill,
561 drawPaths(const GrPathRange* pathRange, const uint32_t indices[], int count, const float transforms[], PathTransformType transformsType, SkPath::FillType fill) argument
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFDeviceFlattener.cpp95 bool fill = paintFlatten.getFillPath(*pathPtr, &tmpPath); local
99 if (fill) {
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbytecode.h79 * A generic fill-in for this is yasm_bc_finalize_common().
95 * A generic fill-in for this is yasm_bc_calc_len_common(), but as this
113 * A generic fill-in for this is yasm_bc_expand_common(), but as this
137 * A generic fill-in for this is yasm_bc_tobytes_common(), but as this
363 * \param fill fill data (if NULL, code_fill or 0 is used)
365 * \param code_fill code fill data (if NULL, 0 is used)
368 * \note The precedence on generated fill is as follows:
369 * - from fill parameter (if not NULL)
375 (/*@keep@*/ yasm_expr *boundary, /*@keep@*/ /*@null@*/ yasm_expr *fill,
[all...]
/external/eigen/bench/
H A Dsparse_cholesky.cpp49 dst.fill(j,j) = internal::random<Scalar>(10,20);
54 dst.fill(i,j) = v;
H A Dsparse_trisolver.cpp49 dst.fill(i,j) = v;
51 dst.fill(j,j) = internal::random<Scalar>();
/external/eigen/test/
H A Dstable_norm.cpp74 vbig.fill(big);
75 vsmall.fill(small);
/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeEditor.java123 Arrays.fill(preInsertions, 0, codeLength, null);
124 Arrays.fill(replacements, 0, codeLength, null);
125 Arrays.fill(postInsertions, 0, codeLength, null);
126 Arrays.fill(deleted, 0, codeLength, false);
152 Arrays.fill(preInsertions, this.codeLength, codeLength, null);
153 Arrays.fill(replacements, this.codeLength, codeLength, null);
154 Arrays.fill(postInsertions, this.codeLength, codeLength, null);
155 Arrays.fill(deleted, this.codeLength, codeLength, false);
/external/proguard/src/proguard/gui/
H A DListPanel.java53 listConstraints.fill = GridBagConstraints.BOTH;
175 buttonConstraints.fill = GridBagConstraints.HORIZONTAL;
H A DOptimizationsDialog.java68 constraintsLastStretch.fill = GridBagConstraints.HORIZONTAL;
75 panelConstraints.fill = GridBagConstraints.HORIZONTAL;
/external/skia/gm/
H A Dpoly2poly.cpp26 void fill();
61 void SkJSCanvas::fill() { function in class:SkJSCanvas
/external/skia/src/pdf/
H A DSkPDFDeviceFlattener.cpp95 bool fill = paintFlatten.getFillPath(*pathPtr, &tmpPath); local
99 if (fill) {
/external/stlport/stlport/stl/
H A D_bitset.c52 fill(_M_w + 0, _M_w + __wshift, __STATIC_CAST(_WordT,0));
75 fill(_M_w + __limit + 1, _M_w + _Nw, __STATIC_CAST(_WordT,0));
H A D_algobase.h406 // fill and fill_n
449 inline void fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val) { function
457 inline void fill(unsigned char* __first, unsigned char* __last, function
463 inline void fill(signed char* __first, signed char* __last, function
469 inline void fill(char* __first, char* __last, const char& __val) { function
489 _STLP_STD::fill(__first, __first + __n, __val);
496 _STLP_STD::fill(__first, __first + __n, __val);
503 _STLP_STD::fill(__first, __first + __n, __val);
/external/zlib/src/contrib/iostream2/
H A Dzstream.h244 oss->fill(m_os->fill());
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DArrays.java258 public static void fill( method in class:Arrays
268 public static void fill( method in class:Arrays
278 public static void fill( method in class:Arrays
288 public static void fill( method in class:Arrays
298 public static void fill( method in class:Arrays
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp709 "Could not set fill brush for image brush central path.");
1110 HRESULT SkXPSDevice::createXpsRect(const SkRect& rect, BOOL stroke, BOOL fill, argument
1118 return this->createXpsQuad(points, stroke, fill, xpsRect);
1121 BOOL stroke, BOOL fill, variable
1157 HRM((*xpsQuad)->SetIsFilled(fill), "Could not set quad fill.");
1186 //If trying to paint with a stroke, ignore that and fill.
1244 BOOL fill = FALSE; local
1246 HRV(this->shadePath(shadedPath.get(), paint, *d.fMatrix, &fill, &stroke));
1273 HRV(this->createXpsQuad(points, stroke, fill,
1295 close_figure(const SkTDArray<XPS_SEGMENT_TYPE>& segmentTypes, const SkTDArray<BOOL>& segmentStrokes, const SkTDArray<FLOAT>& segmentData, BOOL stroke, BOOL fill, IXpsOMGeometryFigure* figure, IXpsOMGeometryFigureCollection* figures) argument
1316 addXpsPathGeometry( IXpsOMGeometryFigureCollection* xpsFigures, BOOL stroke, BOOL fill, const SkPath& path) argument
1462 shadePath(IXpsOMPath* shadedPath, const SkPaint& shaderPaint, const SkMatrix& matrix, BOOL* fill, BOOL* stroke) argument
1549 bool fill = paint->getFillPath(*skeletalPath, fillablePath); local
1586 BOOL fill; local
[all...]
/external/qemu/android/skin/
H A Dsurface.c506 SkinLineFillFunc fill; local
510 case SKIN_BLIT_COPY: fill = skin_line_fill_copy; break;
511 case SKIN_BLIT_SRCOVER: fill = skin_line_fill_srcover; break;
512 case SKIN_BLIT_DSTOVER: fill = skin_line_fill_dstover; break;
522 fill( (uint32_t*)line + blit->x, argb_premul, blit->w );
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp710 "Could not set fill brush for image brush central path.");
1111 HRESULT SkXPSDevice::createXpsRect(const SkRect& rect, BOOL stroke, BOOL fill, argument
1119 return this->createXpsQuad(points, stroke, fill, xpsRect);
1122 BOOL stroke, BOOL fill, variable
1158 HRM((*xpsQuad)->SetIsFilled(fill), "Could not set quad fill.");
1187 //If trying to paint with a stroke, ignore that and fill.
1245 BOOL fill = FALSE; local
1247 HRV(this->shadePath(shadedPath.get(), paint, *d.fMatrix, &fill, &stroke));
1274 HRV(this->createXpsQuad(points, stroke, fill,
1296 close_figure(const SkTDArray<XPS_SEGMENT_TYPE>& segmentTypes, const SkTDArray<BOOL>& segmentStrokes, const SkTDArray<FLOAT>& segmentData, BOOL stroke, BOOL fill, IXpsOMGeometryFigure* figure, IXpsOMGeometryFigureCollection* figures) argument
1317 addXpsPathGeometry( IXpsOMGeometryFigureCollection* xpsFigures, BOOL stroke, BOOL fill, const SkPath& path) argument
1619 shadePath(IXpsOMPath* shadedPath, const SkPaint& shaderPaint, const SkMatrix& matrix, BOOL* fill, BOOL* stroke) argument
1706 bool fill = paint->getFillPath(*skeletalPath, fillablePath); local
1743 BOOL fill; local
[all...]
/external/oprofile/events/x86-64/family11h/
H A Dunit_masks114 0x01 IC fill
115 0x02 DC fill
116 0x04 TLB fill (page table walk)
120 0x01 IC fill
121 0x02 DC fill
/external/oprofile/events/x86-64/hammer/
H A Dunit_masks103 0x01 IC fill
104 0x02 DC fill
105 0x04 TLB fill (page table walk)
109 0x01 IC fill
110 0x02 DC fill

Completed in 401 milliseconds

<<11121314151617181920>>