Home
last modified time | relevance | path

Searched refs:FillMode (Results 1 – 14 of 14) sorted by relevance

/external/google-java-format/core/src/main/java/com/google/googlejavaformat/
DOpsBuilder.java346 breakOp(Doc.FillMode.UNIFIED, "", ZERO); in breakOp()
355 breakOp(Doc.FillMode.UNIFIED, "", plusIndent); in breakOp()
360 breakOp(Doc.FillMode.INDEPENDENT, "", ZERO); in breakToFill()
365 breakOp(Doc.FillMode.FORCED, "", ZERO); in forcedBreak()
374 breakOp(Doc.FillMode.FORCED, "", plusIndent); in forcedBreak()
383 breakOp(Doc.FillMode.UNIFIED, flat, ZERO); in breakOp()
392 breakOp(Doc.FillMode.INDEPENDENT, flat, ZERO); in breakToFill()
402 public final void breakOp(Doc.FillMode fillMode, String flat, Indent plusIndent) { in breakOp()
415 Doc.FillMode fillMode, String flat, Indent plusIndent, Optional<BreakTag> optionalTag) { in breakOp()
503 tokBefore.isSlashSlashComment() ? Doc.FillMode.FORCED : Doc.FillMode.UNIFIED, in build()
[all …]
DDoc.java42 public enum FillMode { enum in Doc
312 (optBreakDoc.isPresent() && optBreakDoc.get().fillMode == FillMode.UNIFIED) in computeBreakAndSplit()
558 private final FillMode fillMode;
563 private Break(FillMode fillMode, String flat, Indent plusIndent, Optional<BreakTag> optTag) { in Break()
578 public static Break make(FillMode fillMode, String flat, Indent plusIndent) { in make()
592 FillMode fillMode, String flat, Indent plusIndent, Optional<BreakTag> optTag) { in make()
602 return make(FillMode.FORCED, "", Indent.Const.ZERO); in makeForced()
620 return fillMode == FillMode.FORCED; in isForced()
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DJavaInputAstVisitor.java19 import static com.google.googlejavaformat.Doc.FillMode.INDEPENDENT;
20 import static com.google.googlejavaformat.Doc.FillMode.UNIFIED;
61 import com.google.googlejavaformat.Doc.FillMode;
282 return ImmutableList.of(Doc.Break.make(Doc.FillMode.UNIFIED, " ", ZERO, breakTag)); in breakList()
288 Doc.Break.make(Doc.FillMode.INDEPENDENT, " ", ZERO, breakTag), in breakFillList()
293 return ImmutableList.of(Doc.Break.make(FillMode.FORCED, "", Indent.Const.ZERO, breakTag)); in forceBreakList()
534 builder.breakOp(hasTrailingComma ? FillMode.FORCED : FillMode.UNIFIED, "", ZERO); in visitArrayInitializer()
539 FillMode fillMode = shortItems ? FillMode.INDEPENDENT : FillMode.UNIFIED; in visitArrayInitializer()
1138 FillMode fillMode = hasOnlyShortItems(operands) ? INDEPENDENT : UNIFIED;
1407 builder.breakOp(Doc.FillMode.INDEPENDENT, " ", ZERO, Optional.of(breakBeforeName));
[all …]
/external/swiftshader/src/Renderer/
DContext.hpp101 enum FillMode ENUM_UNDERLYING_TYPE_UNSIGNED_INT
431 FillMode fillMode;
DPixelProcessor.hpp283 void setFillMode(FillMode fillMode);
DPixelProcessor.cpp819 void PixelProcessor::setFillMode(FillMode fillMode) in setFillMode()
/external/skia/gm/
Dtrickycubicstrokes.cpp97 enum class FillMode { enum
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DPixelTransfer11.cpp58 rasterDesc.FillMode = D3D11_FILL_SOLID; in loadResources()
DRenderStateCache.cpp193 rasterDesc.FillMode = D3D11_FILL_SOLID; in getRasterizerState()
DClear11.cpp251 rsDesc.FillMode = D3D11_FILL_SOLID; in ensureResourcesInitialized()
DSwapChain11.cpp763 rasterizerDesc.FillMode = D3D11_FILL_SOLID; in initPassThroughResources()
DBlit11.cpp639 rasterDesc.FillMode = D3D11_FILL_SOLID; in initResources()
/external/skia/src/gpu/d3d/
DGrD3DPipelineStateBuilder.cpp387 rasterizer->FillMode = (caps->wireframeMode() || pipeline.isWireframe()) ? in fill_in_rasterizer_state()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp69 enum FillMode enum
270 FillMode fillMode;
449 … (tcu::PixelBufferAccess buffer, int width, int height, int depth = 1, FillMode = FILL_MODE_GRADI…
493 …ce::generateBuffer (tcu::PixelBufferAccess buffer, int width, int height, int depth, FillMode mode) in generateBuffer()
8890 FillMode mode; in addBlittingImageAllFormatsColorSrcFormatDstFormatTests()