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

1 2

  /external/skia/src/core/
SkAutoBlitterChoose.h 25 this->choose(draw, matrix, paint, drawCoverage);
31 SkBlitter* choose(const SkDraw& draw, const SkMatrix* matrix, const SkPaint& paint, function in class:SkAutoBlitterChoose
37 fBlitter = SkBlitter::Choose(draw.fDst, *matrix, paint, &fAlloc, drawCoverage);
40 // hmm, why can't choose ignore the paint if drawCoverage is true?
41 SkBlitter* coverageBlitter = SkBlitter::Choose(*draw.fCoverage, *matrix, SkPaint(),
SkDraw_text.cpp 43 SkBlitter* blitter = SkBlitter::Choose(fDst, *fMatrix, paint, &alloc, false);
47 SkBlitter::Choose(*fCoverage, *fMatrix, SkPaint(), &alloc, true));
SkBlitter.h 117 * from Choose() if the request cannot be fulfilled. Default impl
149 static SkBlitter* Choose(const SkPixmap& dst,
SkBlitter.cpp 798 SkBlitter* SkBlitter::Choose(const SkPixmap& device,
    [all...]
  /external/skqp/src/core/
SkAutoBlitterChoose.h 25 this->choose(draw, matrix, paint, drawCoverage);
31 SkBlitter* choose(const SkDraw& draw, const SkMatrix* matrix, const SkPaint& paint, function in class:SkAutoBlitterChoose
37 fBlitter = SkBlitter::Choose(draw.fDst, *matrix, paint, &fAlloc, drawCoverage);
40 // hmm, why can't choose ignore the paint if drawCoverage is true?
41 SkBlitter* coverageBlitter = SkBlitter::Choose(*draw.fCoverage, *matrix, SkPaint(),
SkDraw_text.cpp 43 SkBlitter* blitter = SkBlitter::Choose(fDst, *fMatrix, paint, &alloc, false);
47 SkBlitter::Choose(*fCoverage, *fMatrix, SkPaint(), &alloc, true));
SkBlitter.h 117 * from Choose() if the request cannot be fulfilled. Default impl
149 static SkBlitter* Choose(const SkPixmap& dst,
SkBlitter.cpp 789 SkBlitter* SkBlitter::Choose(const SkPixmap& device,
    [all...]
  /external/tensorflow/tensorflow/compiler/tests/
randomized_tests.cc 18 // For each operator, the tests in this file choose a set of random inputs and
282 T Choose(absl::Span<const T> candidates);
335 // Choose spatial dimensions for a windowed op such as pooling or convolution.
425 T OpTest::Choose(absl::Span<const T> candidates) {
649 d.padding = Choose<Padding>({SAME, VALID});
    [all...]
  /external/compiler-rt/make/
lib_util.mk 16 # Choose the appropriate implementation directory to use for 'function-name' in
  /external/libpng/projects/visualc71/
README_zlib.txt 32 Choose the configuration you wish to build.
  /external/u-boot/drivers/usb/host/
Kconfig 38 Choose this option to add support for USB 3.0 driver on mvebu
63 Choose this option to add support for USB 3.0 driver on Renesas
  /external/u-boot/arch/arm/
config.mk 36 # Choose between ARM/Thumb instruction sets
  /external/vixl/tools/test_generator/
parser.py 260 "operand-limit": 10 // Choose a random sample of 10 operands.
272 "input-limit": 200 // Choose a random sample of 200 inputs.
  /external/syzkaller/prog/
prio.go 236 func (ct *ChoiceTable) Choose(r *rand.Rand, call int) int {
rand.go 316 // Generally we can loop several times, e.g. when we choose a call that returns
402 idx = s.ct.Choose(r.Rand, call)
  /external/pdfium/fxjs/
cfxjse_formcalc_context.cpp 253 {"Choose", CFXJSE_FormCalcContext::Choose},
    [all...]
cfxjse_formcalc_context.h 186 static void Choose(CFXJSE_Value* pThis,
cfxjse_formcalc_context_embeddertest.cpp 802 TEST_F(CFXJSE_FormCalcContextEmbedderTest, Choose) {
809 {"Choose(3, \"Taxes\", \"Price\", \"Person\", \"Teller\")", "Person"},
810 {"Choose(2, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1)", "9"},
811 {"Choose(20/3, \"A\", \"B\", \"C\", \"D\", \"E\", \"F\", \"G\", \"H\")",
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FieldDescriptor.cs 265 // Choose field type based on symbol.
  /external/python/httplib2/
libhttplib2.tex 26 % Choose one of these to specify the module module name. If there's
  /external/minigbm/
common.mk 301 # Choose the stack protector flags based on whats supported by the compiler.
  /external/minijail/
common.mk 309 # Choose the stack protector flags based on whats supported by the compiler.
    [all...]
  /external/modp_b64/
common.mk 308 # Choose the stack protector flags based on whats supported by the compiler.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 4812 milliseconds

1 2