Searched refs:newL (Results 1 – 2 of 2) sorted by relevance
/external/skia/tools/ |
D | sk_tool_utils.cpp | 523 SkScalar newL = r.fLeft, newT = r.fTop, newR = r.fRight, newB = r.fBottom; in compute_central_occluder() local 529 newL = SkTMax(newL, r.fLeft + radii.fX - p.fX); in compute_central_occluder() 553 newL = SkTMax(newL, r.fLeft + radii.fX - p.fX); in compute_central_occluder() 557 return SkRect::MakeLTRB(newL, newT, newR, newB); in compute_central_occluder()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 2088 SDValue newL = DAG.getLoad(L->getAddressingMode(), L->getExtensionType(), in PromoteFloatRes_LOAD() local 2095 ReplaceValueWith(SDValue(N, 1), newL.getValue(1)); in PromoteFloatRes_LOAD() 2099 return DAG.getNode(GetPromotionOpcode(VT, NVT), SDLoc(N), NVT, newL); in PromoteFloatRes_LOAD()
|