Searched refs:pic (Results 1 – 7 of 7) sorted by relevance
44 Picture pic = new Picture(); in greenSquare() local45 Canvas subcanvas = pic.beginRecording( in greenSquare()48 pic.endRecording(); in greenSquare()50 return pic; in greenSquare()58 Picture pic = greenSquare(); in testPictureRespectsClip() local60 pic.draw(canvas); // should be clipped out in testPictureRespectsClip()70 Picture pic = greenSquare(); in testPictureRespectsTranslate() local72 pic.draw(canvas); // should be offset in testPictureRespectsTranslate()
119 for (Map.Entry<Long, Integer> pic : mPtsPicTypeMap.entrySet()) { in testMaxBFrameSupport()120 int picType = pic.getValue(); in testMaxBFrameSupport()124 if (pic.getValue() != PICTURE_TYPE_B) { in testMaxBFrameSupport()
134 for (Map.Entry<Long, Integer> pic : mPtsPicTypeMap.entrySet()) { in testEncoderSyncFrameSupport()135 int picType = pic.getValue(); in testEncoderSyncFrameSupport()
119 Picture pic = new Picture(picture); in testPicture() local122 pic.draw(canvas); in testPicture()123 verifySize(pic); in testPicture()
65 key: "pic"70 …yo --instruction-set-features=default --runtime-arg -Xnorelocate --compile-pic --no-generate-debug…
61 key: "pic"66 …ot=out/target/product/sailfish/system --runtime-arg -Xnorelocate --compile-pic --no-generate-debug…
427 Uri pic = DocumentsContract.createDocument(resolver, doc, "image/png", "pic.png"); in testTree() local431 writeFully(pic, "pic".getBytes()); in testTree()