OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texScaleX
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTilerChromium.cpp
413
float
texScaleX
= tileRect.width() / tileWidth;
416
drawTexturedQuad(context, layerRenderer()->projectionMatrix(), tileMatrix, tileRect.width(), tileRect.height(), opacity, texTranslateX, texTranslateY,
texScaleX
, texScaleY, program);
435
float
texScaleX
, float texScaleY,
453
texTranslateX, texTranslateY,
texScaleX
, texScaleY));
LayerTilerChromium.h
117
float
texScaleX
, float texScaleY,
Completed in 18 milliseconds