HomeSort by relevance Sort by last modified time
    Searched refs:EncodeFile (Results 26 - 44 of 44) sorted by null

12

  /external/skia/tests/
BlitRowTest.cpp 183 SkImageEncoder::EncodeFile(name, bm, SkImageEncoder::kPNG_Type, 100);
PathOpsSkpClipTest.cpp 578 if (!SkImageEncoder::EncodeFile(outFile.c_str(), bitmap,
    [all...]
SkpSkGrTest.cpp 371 if (!SkImageEncoder::EncodeFile(outFile.c_str(), bitmap,
JpegTest.cpp 445 bool writeSuccess = (!(bm8888.empty())) && SkImageEncoder::EncodeFile(
  /external/skia/tools/
skdiff_utils.cpp 90 return SkImageEncoder::EncodeFile(path.c_str(), copy,
skimage_main.cpp 163 if (SkImageEncoder::EncodeFile(filename.c_str(), bm, SkImageEncoder::kPNG_Type, 100)) {
178 return SkImageEncoder::EncodeFile(filename.c_str(), bm8888, SkImageEncoder::kPNG_Type, 100);
    [all...]
  /external/chromium_org/third_party/skia/tools/
skimage_main.cpp 163 if (SkImageEncoder::EncodeFile(filename.c_str(), bm, SkImageEncoder::kPNG_Type, 100)) {
178 return SkImageEncoder::EncodeFile(filename.c_str(), bm8888, SkImageEncoder::kPNG_Type, 100);
    [all...]
  /external/skia/tools/skpdiff/
SkDiffContext.cpp 126 SkImageEncoder::EncodeFile(newRecord->fDifferencePath.c_str(), copy,
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_dump_layers.cpp 340 bResult = SkImageEncoder::EncodeFile(dumpFilename,
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_dump_layers.cpp 340 bResult = SkImageEncoder::EncodeFile(dumpFilename,
  /external/chromium_org/third_party/skia/samplecode/
SampleSlides.cpp 693 SkImageEncoder::EncodeFile(str.c_str(), bm, SkImageEncoder::kPNG_Type, 100);
SampleApp.cpp     [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsSkpClipTest.cpp 428 if (!SkImageEncoder::EncodeFile(outFile.c_str(), bitmap, SkImageEncoder::kPNG_Type, 100)) {
    [all...]
SkpSkGrTest.cpp 369 if (!SkImageEncoder::EncodeFile(outFile.c_str(), bitmap,
JpegTest.cpp 450 bool writeSuccess = (!(bm8888.empty())) && SkImageEncoder::EncodeFile(
  /external/skia/samplecode/
SampleSlides.cpp 693 SkImageEncoder::EncodeFile(str.c_str(), bm, SkImageEncoder::kPNG_Type, 100);
SampleApp.cpp     [all...]
  /external/chromium_org/third_party/skia/gm/
gmmain.cpp 301 if (!SkImageEncoder::EncodeFile(path.c_str(), copy,
    [all...]
  /external/skia/gm/
gmmain.cpp 300 if (!SkImageEncoder::EncodeFile(path.c_str(), copy,
    [all...]

Completed in 434 milliseconds

12