Home
last modified time | relevance | path

Searched refs:solid (Results 1 - 18 of 18) sorted by relevance

/third_party/lzma/Java/SevenZip/Compression/LZ/
H A DOutWindow.java36 public void Init(boolean solid) in Init() argument
38 if (!solid) in Init()
/third_party/lzma/CS/7zip/Compress/LZ/
H A DLzOutWindow.cs27 public void Init(System.IO.Stream stream, bool solid) in Init() argument
31 if (!solid) in Init()
/third_party/icu/tools/colprobe/
H A DdoComparisonTable.pl32 border: 1px solid black }
34 vertical-align: top; border: 1px solid black }
H A DcreateComparisonTables.pl30 border: 1px solid black }
32 vertical-align: top; border: 1px solid black }
/third_party/rust/crates/libc/src/
H A Dlib.rs128 mod solid; modules
129 pub use solid::*;
/third_party/rust/crates/os_str_bytes/src/common/
H A Dmod.rs10 use std::os::solid as os;
/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp552 FT_PaintSolid solid = colrv1_paint.u.solid; in colrv1_configure_skpaint() local
556 if (solid.color.palette_index == kForegroundColorPaletteIndex) { in colrv1_configure_skpaint()
558 SkColrV1AlphaToFloat(solid.color.alpha); in colrv1_configure_skpaint()
560 } else if (solid.color.palette_index >= palette.size()) { in colrv1_configure_skpaint()
563 U8CPU newAlpha = palette[solid.color.palette_index].alpha * in colrv1_configure_skpaint()
564 SkColrV1AlphaToFloat(solid.color.alpha); in colrv1_configure_skpaint()
566 palette[solid.color.palette_index].red, in colrv1_configure_skpaint()
567 palette[solid.color.palette_index].green, in colrv1_configure_skpaint()
568 palette[solid in colrv1_configure_skpaint()
[all...]
/third_party/icu/icu4j/perf-tests/perldriver/
H A DOutput.pm215 th { font-size: 10pt; border: 0 solid #000080; padding: 5 }
221 td { font-size: 10pt; text-align: Right; border: 0 solid #000080; padding: 5 }
/third_party/icu/icu4c/source/test/perf/perldriver/
H A DOutput.pm215 th { font-size: 10pt; border: 0 solid #000080; padding: 5 }
221 td { font-size: 10pt; text-align: Right; border: 0 solid #000080; padding: 5 }
/third_party/libabigail/src/
H A Dabg-viz-dot.cc104 std::string style = R"_delimiter_([dir="forward",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"];)_delimiter_"; in add_edge()
/third_party/skia/modules/pathkit/tests/
H A Dpathops.spec.js18 border: 1px solid #DDD;
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftcolor.h838 * this paint is solid-colored and does not contain a gradient.
842 * The color information for this solid paint, see @FT_ColorIndex.
1354 FT_PaintSolid solid; member
1638 * solid fill information for colored glyph layers for a specified glyph
/third_party/weex-loader/deps/weex-styler/lib/
H A Dvalidator.js608 const styleList = ["solid", "dashed", "dotted"]
726 // style width color pass verification, but did not write in order, such as "1px red solid", should be error
2928 borderStyle: genEnumValidator(['solid', 'dashed', 'dotted']),
2929 borderTopStyle: genEnumValidator(['solid', 'dashed', 'dotted']),
2930 borderRightStyle: genEnumValidator(['solid', 'dashed', 'dotted']),
2931 borderBottomStyle: genEnumValidator(['solid', 'dashed', 'dotted']),
2932 borderLeftStyle: genEnumValidator(['solid', 'dashed', 'dotted']),
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/htmldiff/
H A Dhtmldiff.pl323 :focus { border: thin red solid}
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttcolr.c480 apaint->u.solid.color.palette_index = FT_NEXT_USHORT( p ); in read_paint()
481 apaint->u.solid.color.alpha = FT_NEXT_SHORT( p ); in read_paint()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp1565 // Texture with solid color for filtered sampling. in iterate()
1635 // Texture sampler. When using a solid color, test linear filtering. Linear filtering may incur in a small precission loss, but in iterate()
2515 for (const auto& solid : solidColor) in createExactSamplingTests()
2517 de::MovePtr<tcu::TestCaseGroup> solidColorGroup(new tcu::TestCaseGroup(testCtx, solid.second.c_str())); in createExactSamplingTests()
2527 const ExactSamplingCase::Params params = { pipelineConstructionType, format, unnorm.unnormalized, solid.first, edges.offset }; in createExactSamplingTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp1546 // Texture with solid color for filtered sampling. in iterate()
1616 // Texture sampler. When using a solid color, test linear filtering. Linear filtering may incur in a small precission loss, but in iterate()
2116 for (const auto& solid : solidColor) in createExactSamplingTests()
2118 de::MovePtr<tcu::TestCaseGroup> solidColorGroup(new tcu::TestCaseGroup(testCtx, solid.second.c_str(), "")); in createExactSamplingTests()
2128 const ExactSamplingCase::Params params = { pipelineConstructionType, format, unnorm.unnormalized, solid.first, edges.offset }; in createExactSamplingTests()
/third_party/python/Objects/
H A Dtypeobject.c2023 PyTypeObject *solid; in mro_check() local
2026 solid = solid_base(type); in mro_check()
2040 if (!PyType_IsSubtype(solid, solid_base(base))) { in mro_check()
2170 This is the first one that's on the path to the "solid base". */

Completed in 31 milliseconds