OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texScaleY
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTilerChromium.cpp
414
float
texScaleY
= tileRect.height() / tileHeight;
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 21 milliseconds