/external/chromium_org/third_party/skia/src/pathops/ |
SkPathOpsTypes.cpp | 24 int aBits = SkFloatAs2sCompliment(a); 27 return aBits < bBits + epsilon && bBits < aBits + epsilon; 34 int aBits = SkFloatAs2sCompliment(a); 37 return aBits < bBits + epsilon && bBits < aBits + epsilon; 47 int aBits = SkFloatAs2sCompliment(a); 50 return aBits >= bBits + epsilon || bBits >= aBits + epsilon; 57 int aBits = SkFloatAs2sCompliment(a) [all...] |
/external/skia/src/pathops/ |
SkPathOpsTypes.cpp | 24 int aBits = SkFloatAs2sCompliment(a); 27 return aBits < bBits + epsilon && bBits < aBits + epsilon; 34 int aBits = SkFloatAs2sCompliment(a); 37 return aBits < bBits + epsilon && bBits < aBits + epsilon; 47 int aBits = SkFloatAs2sCompliment(a); 50 return aBits >= bBits + epsilon || bBits >= aBits + epsilon; 57 int aBits = SkFloatAs2sCompliment(a) [all...] |
/external/deqp/modules/gles3/functional/ |
es3fShaderPackingFunctionTests.cpp | 49 const deUint32 aBits = tcu::Float32(a).bits(); 51 return aBits > bBits ? aBits - bBits : bBits - aBits;
|
es3fShaderCommonFunctionTests.cpp | 108 const deUint32 aBits = tcu::Float32(a).bits(); 110 return aBits > bBits ? aBits - bBits : bBits - aBits; [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/ |
dsa_old.cpp | 612 TBool CDsa::AddUpdateRect(const TUint8* aBits, const TRect& aUpdateRect, const TRect& aRect) 648 ClipCopy(target, aBits, updateRect, sourceRect); 653 Mem::Copy(target, aBits, byteCount);
|
dsa.cpp | 1045 TBool CDsa::AddUpdateRect(const TUint8* aBits, const TRect& aUpdateRect, const TRect& aRect) 1086 ClipCopy(target, aBits, updateRect, sourceRect); 1091 Mem::Copy(target, aBits, byteCount);
|
dsa_new.cpp | 930 TBool CDsa::AddUpdateRect(const TUint8* aBits, const TRect& aUpdateRect, const TRect& aRect) 971 ClipCopy(target, aBits, updateRect, sourceRect); 976 Mem::Copy(target, aBits, byteCount); 983 TBool CDsa::AddUpdateRect(const TUint8* aBits, const TRect& aUpdateRect, const TRect& aRect) 1019 ClipCopy(target, aBits, updateRect, sourceRect.iTl); 1024 Mem::Copy(target, aBits, byteCount);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
glx_api.c | 287 int aBits; 290 aBits = atoi(aEnv); 292 aBits = 0; 293 return aBits; [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
fakeglx.c | 384 int aBits; 387 aBits = atoi(aEnv); 389 aBits = 0; 390 return aBits; [all...] |
/external/deqp/modules/gles31/functional/ |
es31fShaderPackingFunctionTests.cpp | 49 const deUint32 aBits = tcu::Float32(a).bits(); 51 return aBits > bBits ? aBits - bBits : bBits - aBits; [all...] |
es31fShaderCommonFunctionTests.cpp | 109 const deUint32 aBits = tcu::Float32(a).bits(); 111 return aBits > bBits ? aBits - bBits : bBits - aBits; [all...] |
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
glx_api.c | 287 int aBits; 290 aBits = atoi(aEnv); 292 aBits = 0; 293 return aBits; [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
fakeglx.c | 384 int aBits; 387 aBits = atoi(aEnv); 389 aBits = 0; 390 return aBits; [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkPath.cpp | [all...] |
/external/skia/src/core/ |
SkPath.cpp | [all...] |