Home
last modified time | relevance | path

Searched refs:getOrigin (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/tests/
H A DExifTest.cpp21 SkEncodedOrigin origin = codec->getOrigin(); in DEF_TEST()
26 origin = codec->getOrigin(); in DEF_TEST()
35 SkEncodedOrigin origin = codec->getOrigin(); in DEF_TEST()
44 SkEncodedOrigin origin = codec->getOrigin(); in DEF_TEST()
/third_party/skia/src/codec/
H A DSkCodecImageGenerator.cpp33 if (SkEncodedOriginSwapsWidthHeight(codec->getOrigin())) { in adjust_info()
64 return SkPixmapPriv::Orient(dst, fCodec->getOrigin(), decode); in getPixels()
91 if (SkEncodedOriginSwapsWidthHeight(fCodec->getOrigin())) { in getScaledDimensions()
H A DSkJpegCodec.cpp857 codec.getOrigin(), in is_yuv_supported()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1182 storeOrigin(IRB, Addr, Shadow, getOrigin(Val), OriginPtr,
1295 PHINode *PNO = MS.TrackOrigins ? cast<PHINode>(getOrigin(PN)) : nullptr;
1299 if (PNO) PNO->addIncoming(getOrigin(PN, v), PN->getIncomingBlock(v));
1675 Value *getOrigin(Value *V) {
1680 "Unexpected value type in getOrigin()");
1691 Value *getOrigin(Instruction *I, int i) {
1692 return getOrigin(I->getOperand(i));
1721 Origin = getOrigin(Val);
1725 Origin = dyn_cast_or_null<Instruction>(getOrigin(Val));
1859 setOrigin(&I, getOrigin(
[all...]
/third_party/skia/src/utils/
H A DSkAnimCodecPlayer.cpp46 if (SkEncodedOriginSwapsWidthHeight(fCodec->getOrigin())) { in dimensions()
66 const auto origin = fCodec->getOrigin(); in getFrameAt()
H A DSkCanvasStateUtils.cpp195 SkIPoint origin = device->getOrigin(); // safe since it's pixel aligned in CaptureCanvasState()
/third_party/skia/src/android/
H A DSkAnimatedImage.cpp48 const auto origin = codec->codec()->getOrigin(); in Make()
75 const auto origin = fCodec->codec()->getOrigin(); in SkAnimatedImage()
/third_party/skia/src/core/
H A DSkClipStackDevice.cpp47 SkIPoint origin = this->getOrigin(); in onClipRegion()
H A DSkDevice.h128 SkIPoint getOrigin() const;
H A DSkDevice.cpp83 SkIPoint SkBaseDevice::getOrigin() const { in getOrigin() function in SkBaseDevice
84 // getOrigin() is deprecated, the old origin has been moved into the fDeviceToGlobal matrix. in getOrigin()
H A DSkBitmapDevice.cpp664 SkIPoint origin = this->getOrigin(); in onClipRegion()
H A DSkCanvas.cpp1318 *origin = this->topDevice()->getOrigin(); in accessTopLayerPixels()
1607 SkIPoint origin = device->getOrigin();
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_graph.h55 inline Node *getOrigin() const { return origin; } in getOrigin() function in nv50_ir::Graph::Edge
/third_party/skia/gm/
H A Danimated_image_orientation.cpp104 const auto origin = codec->getOrigin();
/third_party/skia/include/codec/
H A DSkCodec.h217 SkEncodedOrigin getOrigin() const { return fOrigin; } in getOrigin() function in SkCodec
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fCopyImageTests.cpp265 IVec2 getOrigin (void) const;
325 IVec2 RandomizedRenderGrid::getOrigin (void) const in getOrigin() function in deqp::gles31::Functional::__anon30812::RandomizedRenderGrid
1159 const IVec2 origin = renderGrid.getOrigin();

Completed in 19 milliseconds