Searched defs:isImage (Results 1 – 14 of 14) sorted by relevance
68 virtual bool isImage() const OVERRIDE FINAL { return false; } in isImage() function
88 virtual bool isImage() const OVERRIDE { return true; } in isImage() function
1108 bool RenderListMarker::isImage() const in isImage() function in WebCore::RenderListMarker
333 virtual bool isImage() const { return false; } in isImage() function
50 virtual bool isImage() const { return false; } in isImage() function76 virtual bool isImage() const OVERRIDE { return true; } in isImage() function
99 virtual bool isImage() const OVERRIDE { return true; } in isImage() function
149 virtual bool isImage() const { return false; } in isImage() function
66 bool isImage() const { return type() == TypeImage; } in isImage() function
223 bool llvm::isImage(const llvm::Value &val) { in isImage() function in llvm
217 FileType.isImage = function(entry) { function
504 bool AXNodeObject::isImage() const in isImage() function in WebCore::AXNodeObject
322 virtual bool isImage() const { return false; } in isImage() function
1089 void MakeValidSize(bool isImage, DXGI_FORMAT format, GLsizei *requestWidth, GLsizei *requestHeight,… in MakeValidSize()
406 void MakeValidSize(bool isImage, D3DFORMAT format, GLsizei *requestWidth, GLsizei *requestHeight, i… in MakeValidSize()