HomeSort by relevance Sort by last modified time
    Searched refs:make_bool (Results 1 - 5 of 5) sorted by null

  /external/skia/samplecode/
SampleFilterFuzz.cpp 132 static bool make_bool() { function
485 paint.setAntiAlias(make_bool());
486 paint.setDither(make_bool());
487 paint.setLinearText(make_bool());
488 paint.setSubpixelText(make_bool());
489 paint.setLCDRenderText(make_bool());
490 paint.setEmbeddedBitmapText(make_bool());
491 paint.setAutohinted(make_bool());
492 paint.setVerticalText(make_bool());
493 paint.setFakeBoldText(make_bool());
    [all...]
  /external/skqp/samplecode/
SampleFilterFuzz.cpp 132 static bool make_bool() { function
485 paint.setAntiAlias(make_bool());
486 paint.setDither(make_bool());
487 paint.setLinearText(make_bool());
488 paint.setSubpixelText(make_bool());
489 paint.setLCDRenderText(make_bool());
490 paint.setEmbeddedBitmapText(make_bool());
491 paint.setAutohinted(make_bool());
492 paint.setVerticalText(make_bool());
493 paint.setFakeBoldText(make_bool());
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swig.mli 43 val make_bool : bool -> 'a c_obj_t var
swig.ml 112 let make_bool b = C_bool b var
  /external/tensorflow/tensorflow/python/eager/
execute.py 114 def make_bool(v, arg_name): function

Completed in 62 milliseconds