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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TileGrid.h 44 enum PrepareRegionFlags { EmptyRegion = 0x0, StandardRegion = 0x1, ExpandedRegion = 0x2 };
SurfaceBacking.cpp 90 prepareRegionFlags |= TileGrid::ExpandedRegion;
132 TileGrid::StandardRegion | TileGrid::ExpandedRegion, true);
TileGrid.cpp 196 if (regionFlags & ExpandedRegion) {
  /external/clang/lib/Frontend/
TextDiagnostic.cpp 361 bool ExpandedRegion = false;
385 ExpandedRegion = true;
407 ExpandedRegion = true;
411 if (!ExpandedRegion)
    [all...]

Completed in 176 milliseconds