Searched defs:rectWidth (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DRenderGeometryMapTest.cpp189 const float rectWidth = 15.0f; local
202 EXPECT_EQ(FloatQuad(FloatRect(523.0f - rectWidth, 6.0f, 15.0f, 25.0f)), rgm.mapToContainer(rect, getRenderBox(webView, "CenterDiv")));
206 EXPECT_EQ(FloatQuad(FloatRect(522.0f - rectWidth, 12.0f, 15.0f, 25.0f)), rgm.mapToContainer(rect, getRenderBox(webView, "CenterDiv")));
212 EXPECT_EQ(FloatQuad(FloatRect(821.0f - rectWidth * scaleWidth, 31.0f, 15.0f * scaleWidth, 25.0f * scaleHeight)), rgm.mapToContainer(rect, nullptr));
217 EXPECT_EQ(FloatQuad(FloatRect(512.0f - rectWidth, 37.0f, 15.0f, 25.0f)), rgm.mapToContainer(rect, getRenderBox(webView, "CenterDiv")));
223 EXPECT_EQ(FloatQuad(FloatRect(801.0f - rectWidth * scaleWidth, 106.0f, 15.0f * scaleWidth, 25.0f * scaleHeight)), rgm.mapToContainer(rect, nullptr));
/external/chromium_org/third_party/skia/gm/
H A Dblurrect.cpp231 BlurRectCompareGM(const char name[], unsigned int rectWidth, argument
235 , fRectWidth(rectWidth)
299 BlurRectFastGM(const char name[], unsigned int rectWidth, argument
302 INHERITED(name, rectWidth, rectHeight, blurRadius, style) {
316 BlurRectSlowGM(const char name[], unsigned int rectWidth, unsigned int rectHeight, argument
318 : INHERITED(name, rectWidth, rectHeight, blurRadius, style) {
347 BlurRectSlowLowGM(const char name[], unsigned int rectWidth, unsigned int rectHeight, argument
349 : INHERITED(name, rectWidth, rectHeight, blurRadius, style) {
362 BlurRectGroundTruthGM(const char name[], unsigned int rectWidth, unsigned int rectHeight, argument
364 : INHERITED(name, rectWidth, rectHeigh
[all...]
/external/skia/gm/
H A Dblurrect.cpp231 BlurRectCompareGM(const char name[], unsigned int rectWidth, argument
235 , fRectWidth(rectWidth)
299 BlurRectFastGM(const char name[], unsigned int rectWidth, argument
302 INHERITED(name, rectWidth, rectHeight, blurRadius, style) {
316 BlurRectSlowGM(const char name[], unsigned int rectWidth, unsigned int rectHeight, argument
318 : INHERITED(name, rectWidth, rectHeight, blurRadius, style) {
347 BlurRectSlowLowGM(const char name[], unsigned int rectWidth, unsigned int rectHeight, argument
349 : INHERITED(name, rectWidth, rectHeight, blurRadius, style) {
362 BlurRectGroundTruthGM(const char name[], unsigned int rectWidth, unsigned int rectHeight, argument
364 : INHERITED(name, rectWidth, rectHeigh
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkAAClip.cpp931 int rectWidth = right - left; local
933 if (count >= rectWidth) {
936 rectWidth -= count;
/external/skia/src/core/
H A DSkAAClip.cpp863 int rectWidth = right - left; local
865 if (count >= rectWidth) {
868 rectWidth -= count;
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 188 milliseconds