HomeSort by relevance Sort by last modified time
    Searched refs:kPersp1Int (Results 1 - 3 of 3) sorted by null

  /external/skia/bench/
ScalarBench.cpp 93 (SkScalarAs2sCompliment(fArray[8]) - kPersp1Int));
98 static const int32_t kPersp1Int = 0x3f800000;
  /external/chromium_org/third_party/skia/src/core/
SkMatrix.cpp 53 static const int32_t kPersp1Int = (1 << 30);
57 static const int32_t kPersp1Int = 0x3f800000;
64 (SkScalarAs2sCompliment(fMat[kMPersp2]) - kPersp1Int)) {
90 (SkScalarAs2sCompliment(fMat[kMPersp2]) - kPersp1Int)) {
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 53 static const int32_t kPersp1Int = (1 << 30);
57 static const int32_t kPersp1Int = 0x3f800000;
64 (SkScalarAs2sCompliment(fMat[kMPersp2]) - kPersp1Int)) {
90 (SkScalarAs2sCompliment(fMat[kMPersp2]) - kPersp1Int)) {
    [all...]

Completed in 277 milliseconds