Home
last modified time | relevance | path

Searched refs:IsImage (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSearchableTables.td17 bit IsImage = intr.IsImage;
22 let Fields = ["Intr", "RsrcArg", "IsImage"];
DAMDGPUInstrInfo.h42 bool IsImage; member
DSIISelLowering.cpp791 if (RsrcIntr->IsImage) { in getTgtMemIntrinsic()
/external/pdfium/fpdfsdk/
Dfpdfeditimg.cpp146 if (!pObj || !pObj->IsImage()) in FPDFImageObj_GetBitmap()
175 if (!pObj || !pObj->IsImage()) in FPDFImageObj_GetImageDataDecoded()
194 if (!pObj || !pObj->IsImage()) in FPDFImageObj_GetImageDataRaw()
215 if (!pObj || !pObj->IsImage()) in FPDFImageObj_GetImageFilterCount()
263 if (!pObj || !pObj->IsImage() || !metadata) in FPDFImageObj_GetImageMetadata()
/external/pdfium/core/fpdfapi/render/
Dcpdf_progressiverenderer.cpp83 if (m_pOptions->HasFlag(RENDER_BREAKFORMASKS) && pCurObj->IsImage() && in Continue()
97 if (pCurObj->IsImage() && m_pRenderStatus->GetRenderOptions()->HasFlag( in Continue()
Dcpdf_renderstatus.cpp1147 if (!pObj->IsImage()) { in ContinueSingleObject()
1246 if (pObj->IsImage() && in DrawObjWithBackground()
1491 if (pPageObj->IsImage() && in ProcessTransparency()
1514 if ((m_Options.HasFlag(RENDER_OVERPRINT)) && pPageObj->IsImage() && in ProcessTransparency()
2173 } else if (pPageObj->IsImage()) { in DrawShadingPattern()
2218 } else if (pPageObj->IsImage()) { in DrawTilingPattern()
/external/pdfium/core/fpdfapi/page/
Dcpdf_imageobject.h25 bool IsImage() const override;
Dcpdf_imageobject.cpp31 bool CPDF_ImageObject::IsImage() const { in IsImage() function in CPDF_ImageObject
Dcpdf_pageobject.cpp21 bool CPDF_PageObject::IsImage() const { in IsImage() function in CPDF_PageObject
Dcpdf_pageobject.h38 virtual bool IsImage() const;
/external/pdfium/core/fpdfapi/font/
Dcpdf_type3char.cpp47 if (!pPageObj->IsImage()) in LoadBitmap()
/external/deqp-deps/glslang/hlsl/
DhlslParseables.cpp80 bool IsImage(const char argOrder) { return argOrder == '!' || argOrder == '#' || argOrder … in IsImage() function
85 IsTextureMS(argOrder) || IsBuffer(argOrder) || IsImage(argOrder); in IsTextureType()
234 const bool isImage = IsImage(argOrder[0]); in AppendTypeName()
960 const bool isImage = IsImage(*argOrder); in initialize()
/external/googletest/googletest/scripts/
Dupload.py713 def IsImage(self, filename): member in VersionControlSystem
914 if is_binary and self.IsImage(filename):
938 if self.IsImage(filename):
1135 if not is_binary or not self.IsImage(relpath):
/external/googletest/googlemock/scripts/
Dupload.py713 def IsImage(self, filename): member in VersionControlSystem
914 if is_binary and self.IsImage(filename):
938 if self.IsImage(filename):
1135 if not is_binary or not self.IsImage(relpath):
/external/google-breakpad/src/testing/scripts/
Dupload.py713 def IsImage(self, filename): member in VersionControlSystem
914 if is_binary and self.IsImage(filename):
938 if self.IsImage(filename):
1135 if not is_binary or not self.IsImage(relpath):
/external/google-breakpad/src/testing/gtest/scripts/
Dupload.py713 def IsImage(self, filename): member in VersionControlSystem
914 if is_binary and self.IsImage(filename):
938 if self.IsImage(filename):
1135 if not is_binary or not self.IsImage(relpath):
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsicsAMDGPU.td24 bit IsImage = isimage;