Home
last modified time | relevance | path

Searched refs:bmode (Results 1 - 18 of 18) sorted by relevance

/third_party/pcre2/pcre2/
H A DRunTest483 for bmode in "$test8" "$test16" "$test32"; do
484 case "$bmode" in
515 $sim $valgrind ${opt:+$vjs} ./pcre2test -q $setstack $bmode $opt $testdata/testinput1 testtry
527 $sim $valgrind ${opt:+$vjs} ./pcre2test -q $setstack $bmode $opt $testdata/testinput2 testtry
530 $sim $valgrind ${opt:+$vjs} ./pcre2test -q $bmode $opt -error -70,-62,-2,-1,0,100,101,191,200 >>testtry
556 $sim $valgrind ./pcre2test -q $bmode | \
583 $sim $valgrind ${opt:+$vjs} ./pcre2test -q $setstack $bmode $opt $infile testtry
620 $sim $valgrind ${opt:+$vjs} ./pcre2test -q $setstack $bmode $opt $testdata/testinput4 testtry
632 $sim $valgrind ${opt:+$vjs} ./pcre2test -q $setstack $bmode $opt $testdata/testinput5 testtry
642 $sim $valgrind ./pcre2test -q $setstack $bmode
[all...]
/third_party/skia/src/utils/
H A DSkPaintFilterCanvas.cpp151 SkBlendMode bmode, const SkPaint& paint) { in onDrawVerticesObject()
154 this->SkNWayCanvas::onDrawVerticesObject(vertices, bmode, apf.paint()); in onDrawVerticesObject()
159 const SkPoint texCoords[], SkBlendMode bmode, in onDrawPatch()
163 this->SkNWayCanvas::onDrawPatch(cubics, colors, texCoords, bmode, apf.paint()); in onDrawPatch()
216 SkBlendMode bmode, const SkSamplingOptions& sampling, in onDrawAtlas2()
220 this->SkNWayCanvas::onDrawAtlas2(image, xform, tex, colors, count, bmode, sampling, cull, in onDrawAtlas2()
150 onDrawVerticesObject(const SkVertices* vertices, SkBlendMode bmode, const SkPaint& paint) onDrawVerticesObject() argument
158 onDrawPatch(const SkPoint cubics[], const SkColor colors[], const SkPoint texCoords[], SkBlendMode bmode, const SkPaint& paint) onDrawPatch() argument
214 onDrawAtlas2(const SkImage* image, const SkRSXform xform[], const SkRect tex[], const SkColor colors[], int count, SkBlendMode bmode, const SkSamplingOptions& sampling, const SkRect* cull, const SkPaint* paint) onDrawAtlas2() argument
H A DSkNWayCanvas.cpp279 const SkColor colors[], int count, SkBlendMode bmode, in onDrawAtlas2()
284 iter->drawAtlas(image, xform, tex, colors, count, bmode, sampling, cull, paint); in onDrawAtlas2()
319 SkBlendMode bmode, const SkPaint& paint) { in onDrawVerticesObject()
322 iter->drawVertices(vertices, bmode, paint); in onDrawVerticesObject()
327 const SkPoint texCoords[4], SkBlendMode bmode, in onDrawPatch()
331 iter->drawPatch(cubics, colors, texCoords, bmode, paint); in onDrawPatch()
278 onDrawAtlas2(const SkImage* image, const SkRSXform xform[], const SkRect tex[], const SkColor colors[], int count, SkBlendMode bmode, const SkSamplingOptions& sampling, const SkRect* cull, const SkPaint* paint) onDrawAtlas2() argument
318 onDrawVerticesObject(const SkVertices* vertices, SkBlendMode bmode, const SkPaint& paint) onDrawVerticesObject() argument
326 onDrawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texCoords[4], SkBlendMode bmode, const SkPaint& paint) onDrawPatch() argument
/third_party/skia/src/core/
H A DSkDraw_atlas.cpp93 SkBlendMode bmode, in drawAtlas()
125 p.setShader(SkShaders::Blend(bmode, SkShaders::Color(colors[i]), atlasShader)); in drawAtlas()
145 SkBlendMode_AppendStages(bmode, rec.fPipeline); in drawAtlas()
188 bmode, sk_ref_sp(colorShader), sk_ref_sp(updateShader)); in drawAtlas()
89 drawAtlas(const SkRSXform xform[], const SkRect textures[], const SkColor colors[], int count, SkBlendMode bmode, const SkPaint& paint) drawAtlas() argument
H A DSkRecorder.cpp251 void SkRecorder::onDrawVerticesObject(const SkVertices* vertices, SkBlendMode bmode, in onDrawVerticesObject() argument
255 bmode); in onDrawVerticesObject()
259 const SkPoint texCoords[4], SkBlendMode bmode, in onDrawPatch()
265 bmode); in onDrawPatch()
258 onDrawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texCoords[4], SkBlendMode bmode, const SkPaint& paint) onDrawPatch() argument
H A DSkPicturePlayback.cpp515 SkBlendMode bmode = SkBlendMode::kModulate; in handleOp() local
519 bmode = (SkBlendMode)mode; in handleOp()
524 canvas->drawPatch(cubics, colors, texCoords, bmode, paint); in handleOp()
609 SkBlendMode bmode = reader->read32LE(SkBlendMode::kLastMode); in handleOp() local
613 canvas->drawVertices(vertices, bmode, paint); in handleOp()
H A DSkRecords.h304 SkBlendMode bmode);
318 SkBlendMode bmode);
H A DSkColorFilterBase.h79 virtual bool onAsAColorMode(SkColor* color, SkBlendMode* bmode) const;
H A DSkCanvas.cpp2420 void SkCanvas::onDrawVerticesObject(const SkVertices* vertices, SkBlendMode bmode,
2431 this->topDevice()->drawVertices(vertices, bmode, layer->paint());
2436 const SkPoint texCoords[4], SkBlendMode bmode,
2443 this->onDrawPatch(cubics, colors, texCoords, bmode, paint);
2447 const SkPoint texCoords[4], SkBlendMode bmode,
2462 this->topDevice()->drawPatch(cubics, colors, texCoords, bmode, layer->paint());
2499 const SkColor colors[], int count, SkBlendMode bmode,
2512 this->topDevice()->drawAtlas(xform, tex, colors, count, bmode, layer->paint());
H A DSkDraw_vertices.cpp515 void SkDraw::drawVertices(const SkVertices* vertices, SkBlendMode bmode, in drawVertices() argument
559 this->drawFixedVertices(vertices, bmode, paint, ctmInv, dev2, dev3, &outerAlloc); in drawVertices()
H A DSkRecordDraw.cpp135 DRAW(DrawPatch, drawPatch(r.cubics, r.colors, r.texCoords, r.bmode, r.paint));
144 DRAW(DrawVertices, drawVertices(r.vertices, r.bmode, r.paint));
H A DSkDevice.cpp162 const SkPoint texCoords[4], SkBlendMode bmode, const SkPaint& paint) { in drawPatch()
167 this->drawVertices(vertices.get(), bmode, paint); in drawPatch()
161 drawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texCoords[4], SkBlendMode bmode, const SkPaint& paint) drawPatch() argument
H A DSkPictureRecord.cpp640 const SkPoint texCoords[4], SkBlendMode bmode, in onDrawPatch()
653 if (SkBlendMode::kModulate != bmode) { in onDrawPatch()
671 this->addInt((int)bmode); in onDrawPatch()
639 onDrawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texCoords[4], SkBlendMode bmode, const SkPaint& paint) onDrawPatch() argument
H A DSkBitmapDevice.cpp546 void SkBitmapDevice::drawVertices(const SkVertices* vertices, SkBlendMode bmode, in drawVertices() argument
548 BDDraw(this).drawVertices(vertices, bmode, paint); in drawVertices()
/third_party/skia/tools/debugger/
H A DDebugCanvas.cpp538 SkBlendMode bmode,
540 this->addDrawCommand(new DrawPatchCommand(cubics, colors, texCoords, bmode, paint));
544 SkBlendMode bmode,
547 new DrawVerticesCommand(sk_ref_sp(const_cast<SkVertices*>(vertices)), bmode, paint));
555 SkBlendMode bmode,
560 new DrawAtlasCommand(image, xform, tex, colors, count, bmode, sampling, cull, paint));
H A DDrawCommand.cpp1718 SkBlendMode bmode, in DrawPatchCommand()
1720 : INHERITED(kDrawPatch_OpType), fBlendMode(bmode) { in DrawPatchCommand()
1939 SkBlendMode bmode, in DrawVerticesCommand()
1943 , fBlendMode(bmode) in DrawVerticesCommand()
1957 SkBlendMode bmode, in DrawAtlasCommand()
1966 , fBlendMode(bmode) in DrawAtlasCommand()
1715 DrawPatchCommand(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texCoords[4], SkBlendMode bmode, const SkPaint& paint) DrawPatchCommand() argument
1938 DrawVerticesCommand(sk_sp<SkVertices> vertices, SkBlendMode bmode, const SkPaint& paint) DrawVerticesCommand() argument
1952 DrawAtlasCommand(const SkImage* image, const SkRSXform xform[], const SkRect tex[], const SkColor colors[], int count, SkBlendMode bmode, const SkSamplingOptions& sampling, const SkRect* cull, const SkPaint* paint) DrawAtlasCommand() argument
H A DDrawCommand.h514 SkBlendMode bmode,
/third_party/skia/src/gpu/v1/
H A DDevice.cpp91 SkBlendMode bmode, in init_vertices_paint()
95 // When there are colors and a shader, the shader and colors are combined using bmode. in init_vertices_paint()
101 skPaint.getShader() ? bmode : SkBlendMode::kDst, in init_vertices_paint()
87 init_vertices_paint(GrRecordingContext* rContext, const GrColorInfo& colorInfo, const SkPaint& skPaint, const SkMatrixProvider& matrixProvider, SkBlendMode bmode, bool hasColors, GrPaint* grPaint) init_vertices_paint() argument

Completed in 24 milliseconds