OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Image
(Results
926 - 950
of
979
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
/external/chromium_org/third_party/mesa/src/src/mesa/main/
ff_fragment_shader.cpp
439
format = texObj->
Image
[0][texObj->BaseLevel]->_BaseFormat;
[
all
...]
mtypes.h
[
all
...]
/external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp
439
format = texObj->
Image
[0][texObj->BaseLevel]->_BaseFormat;
[
all
...]
mtypes.h
[
all
...]
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Renderer11.cpp
[
all
...]
Renderer9.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.cpp
[
all
...]
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityRenderObject.cpp
764
// If the
image
can take focus, it should not be ignored, lest the user not be able to interact with something important.
771
// don't ignore an
image
that has an alt tag
780
// check for one-dimensional
image
781
RenderImage*
image
= toRenderImage(m_renderer);
local
782
if (
image
->height() <= 1 ||
image
->width() <= 1)
785
// check whether rendered
image
was stretched from one-dimensional file
image
786
if (
image
->cachedImage()) {
787
LayoutSize imageSize =
image
->cachedImage()->imageSizeForRenderer(m_renderer, image->view()->zoomFactor())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3DImagePacking.cpp
34
#include "core/platform/
image
-decoders/ImageDecoder.h"
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ResourcesPanel.js
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_texstate.c
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.c
40
#include "main/
image
.h"
498
const struct gl_texture_image *img = obj->
Image
[0][obj->BaseLevel];
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c
[
all
...]
/external/mesa3d/src/mesa/swrast/
s_span.c
40
#include "main/
image
.h"
498
const struct gl_texture_image *img = obj->
Image
[0][obj->BaseLevel];
[
all
...]
/frameworks/native/opengl/libagl/
texture.cpp
[
all
...]
/external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js
267
* The filename for a most visited iframe src which shows a thumbnail
image
.
398
* @param {string} url The URL of the attribution
image
, if any.
409
attributionImage = new
Image
();
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp
400
static PassRefPtr<CSSBorderImageSliceValue> valueForNinePieceImageSlice(const NinePieceImage&
image
)
408
if (
image
.imageSlices().top().isPercent())
409
top = cssValuePool().createValue(
image
.imageSlices().top().value(), CSSPrimitiveValue::CSS_PERCENTAGE);
411
top = cssValuePool().createValue(
image
.imageSlices().top().value(), CSSPrimitiveValue::CSS_NUMBER);
413
if (
image
.imageSlices().right() ==
image
.imageSlices().top() &&
image
.imageSlices().bottom() ==
image
.imageSlices().top()
414
&&
image
.imageSlices().left() ==
image
.imageSlices().top())
1401
const StyleImage*
image
= static_cast<const ImageContentData*>(contentData)->
image
();
local
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp
84
#include "core/platform/graphics/
Image
.h"
1162
Image*
image
= cachedImage->
image
ForRenderer(renderer);
local
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/
webcore_platform.target.darwin-arm.mk
173
third_party/WebKit/Source/core/platform/graphics/
Image
.cpp \
272
third_party/WebKit/Source/core/platform/
image
-decoders/ImageDecoder.cpp \
273
third_party/WebKit/Source/core/platform/
image
-decoders/ImageFrame.cpp \
274
third_party/WebKit/Source/core/platform/
image
-decoders/bmp/BMPImageDecoder.cpp \
275
third_party/WebKit/Source/core/platform/
image
-decoders/bmp/BMPImageReader.cpp \
276
third_party/WebKit/Source/core/platform/
image
-decoders/gif/GIFImageDecoder.cpp \
277
third_party/WebKit/Source/core/platform/
image
-decoders/gif/GIFImageReader.cpp \
278
third_party/WebKit/Source/core/platform/
image
-decoders/ico/ICOImageDecoder.cpp \
279
third_party/WebKit/Source/core/platform/
image
-decoders/jpeg/JPEGImageDecoder.cpp \
280
third_party/WebKit/Source/core/platform/
image
-decoders/png/PNGImageDecoder.cpp
[
all
...]
webcore_platform.target.darwin-mips.mk
173
third_party/WebKit/Source/core/platform/graphics/
Image
.cpp \
272
third_party/WebKit/Source/core/platform/
image
-decoders/ImageDecoder.cpp \
273
third_party/WebKit/Source/core/platform/
image
-decoders/ImageFrame.cpp \
274
third_party/WebKit/Source/core/platform/
image
-decoders/bmp/BMPImageDecoder.cpp \
275
third_party/WebKit/Source/core/platform/
image
-decoders/bmp/BMPImageReader.cpp \
276
third_party/WebKit/Source/core/platform/
image
-decoders/gif/GIFImageDecoder.cpp \
277
third_party/WebKit/Source/core/platform/
image
-decoders/gif/GIFImageReader.cpp \
278
third_party/WebKit/Source/core/platform/
image
-decoders/ico/ICOImageDecoder.cpp \
279
third_party/WebKit/Source/core/platform/
image
-decoders/jpeg/JPEGImageDecoder.cpp \
280
third_party/WebKit/Source/core/platform/
image
-decoders/png/PNGImageDecoder.cpp
[
all
...]
webcore_platform.target.darwin-x86.mk
173
third_party/WebKit/Source/core/platform/graphics/
Image
.cpp \
272
third_party/WebKit/Source/core/platform/
image
-decoders/ImageDecoder.cpp \
273
third_party/WebKit/Source/core/platform/
image
-decoders/ImageFrame.cpp \
274
third_party/WebKit/Source/core/platform/
image
-decoders/bmp/BMPImageDecoder.cpp \
275
third_party/WebKit/Source/core/platform/
image
-decoders/bmp/BMPImageReader.cpp \
276
third_party/WebKit/Source/core/platform/
image
-decoders/gif/GIFImageDecoder.cpp \
277
third_party/WebKit/Source/core/platform/
image
-decoders/gif/GIFImageReader.cpp \
278
third_party/WebKit/Source/core/platform/
image
-decoders/ico/ICOImageDecoder.cpp \
279
third_party/WebKit/Source/core/platform/
image
-decoders/jpeg/JPEGImageDecoder.cpp \
280
third_party/WebKit/Source/core/platform/
image
-decoders/png/PNGImageDecoder.cpp
[
all
...]
webcore_platform.target.linux-arm.mk
173
third_party/WebKit/Source/core/platform/graphics/
Image
.cpp \
272
third_party/WebKit/Source/core/platform/
image
-decoders/ImageDecoder.cpp \
273
third_party/WebKit/Source/core/platform/
image
-decoders/ImageFrame.cpp \
274
third_party/WebKit/Source/core/platform/
image
-decoders/bmp/BMPImageDecoder.cpp \
275
third_party/WebKit/Source/core/platform/
image
-decoders/bmp/BMPImageReader.cpp \
276
third_party/WebKit/Source/core/platform/
image
-decoders/gif/GIFImageDecoder.cpp \
277
third_party/WebKit/Source/core/platform/
image
-decoders/gif/GIFImageReader.cpp \
278
third_party/WebKit/Source/core/platform/
image
-decoders/ico/ICOImageDecoder.cpp \
279
third_party/WebKit/Source/core/platform/
image
-decoders/jpeg/JPEGImageDecoder.cpp \
280
third_party/WebKit/Source/core/platform/
image
-decoders/png/PNGImageDecoder.cpp
[
all
...]
webcore_platform.target.linux-mips.mk
173
third_party/WebKit/Source/core/platform/graphics/
Image
.cpp \
272
third_party/WebKit/Source/core/platform/
image
-decoders/ImageDecoder.cpp \
273
third_party/WebKit/Source/core/platform/
image
-decoders/ImageFrame.cpp \
274
third_party/WebKit/Source/core/platform/
image
-decoders/bmp/BMPImageDecoder.cpp \
275
third_party/WebKit/Source/core/platform/
image
-decoders/bmp/BMPImageReader.cpp \
276
third_party/WebKit/Source/core/platform/
image
-decoders/gif/GIFImageDecoder.cpp \
277
third_party/WebKit/Source/core/platform/
image
-decoders/gif/GIFImageReader.cpp \
278
third_party/WebKit/Source/core/platform/
image
-decoders/ico/ICOImageDecoder.cpp \
279
third_party/WebKit/Source/core/platform/
image
-decoders/jpeg/JPEGImageDecoder.cpp \
280
third_party/WebKit/Source/core/platform/
image
-decoders/png/PNGImageDecoder.cpp
[
all
...]
webcore_platform.target.linux-x86.mk
173
third_party/WebKit/Source/core/platform/graphics/
Image
.cpp \
272
third_party/WebKit/Source/core/platform/
image
-decoders/ImageDecoder.cpp \
273
third_party/WebKit/Source/core/platform/
image
-decoders/ImageFrame.cpp \
274
third_party/WebKit/Source/core/platform/
image
-decoders/bmp/BMPImageDecoder.cpp \
275
third_party/WebKit/Source/core/platform/
image
-decoders/bmp/BMPImageReader.cpp \
276
third_party/WebKit/Source/core/platform/
image
-decoders/gif/GIFImageDecoder.cpp \
277
third_party/WebKit/Source/core/platform/
image
-decoders/gif/GIFImageReader.cpp \
278
third_party/WebKit/Source/core/platform/
image
-decoders/ico/ICOImageDecoder.cpp \
279
third_party/WebKit/Source/core/platform/
image
-decoders/jpeg/JPEGImageDecoder.cpp \
280
third_party/WebKit/Source/core/platform/
image
-decoders/png/PNGImageDecoder.cpp
[
all
...]
Completed in 726 milliseconds
<<
31
32
33
34
35
36
37
38
39
40