Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:kPointSize
(Results
1 - 13
of
13
) sorted by relevance
/third_party/skia/gm/
H
A
D
shadertext3.cpp
61
constexpr int
kPointSize
= 300;
member
78
makebm(&fBmp,
kPointSize
/ 4,
kPointSize
/ 4);
90
SkFont font(ToolUtils::create_portable_typeface(), SkIntToScalar(
kPointSize
));
106
canvas->translate(0.f, 0.75f *
kPointSize
);
130
canvas->translate(0, 0.75f *
kPointSize
);
H
A
D
lcdoverlap.cpp
32
const int
kPointSize
= 25;
in LcdOverlapGM()
local
33
fTextHeight = SkIntToScalar(
kPointSize
);
in LcdOverlapGM()
H
A
D
lcdblendmodes.cpp
51
const int
kPointSize
= 25;
in LcdBlendGM()
local
52
fTextHeight = SkIntToScalar(
kPointSize
);
in LcdBlendGM()
/third_party/skia/third_party/externals/tint/src/ast/
H
A
D
builtin.h
41
kPointSize
,
member in tint::ast::Builtin
H
A
D
builtin.cc
74
case Builtin::
kPointSize
: {
in operator <<()
/third_party/skia/third_party/externals/tint/src/writer/msl/
H
A
D
generator_impl_test.cc
82
MslBuiltinData{ast::Builtin::
kPointSize
, "point_size"}));
H
A
D
generator_impl.cc
1641
case ast::Builtin::
kPointSize
:
in builtin_to_attribute()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H
A
D
vktMeshShaderBuiltinTests.cpp
1047
static constexpr float
kPointSize
= 4.0f;
member in vkt::MeshShader::__anon28089::PointSizeCase
1068
<< " gl_MeshVerticesNV[0].gl_PointSize = " <<
kPointSize
<< ";\n"
in initPrograms()
local
1106
if (
kPointSize
< properties.limits.pointSizeRange[0] ||
kPointSize
> properties.limits.pointSizeRange[1])
in checkSupport()
H
A
D
vktMeshShaderBuiltinTestsEXT.cpp
1192
static constexpr float
kPointSize
= 4.0f;
member in vkt::MeshShader::__anon28090::PointSizeCase
1217
<< " gl_MeshVerticesEXT[0].gl_PointSize = " <<
kPointSize
<< ";\n"
in initPrograms()
local
1256
if (
kPointSize
< properties.limits.pointSizeRange[0] ||
kPointSize
> properties.limits.pointSizeRange[1])
in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H
A
D
vktMeshShaderBuiltinTests.cpp
1047
static constexpr float
kPointSize
= 4.0f;
member in vkt::MeshShader::__anon29320::PointSizeCase
1068
<< " gl_MeshVerticesNV[0].gl_PointSize = " <<
kPointSize
<< ";\n"
in initPrograms()
local
1106
if (
kPointSize
< properties.limits.pointSizeRange[0] ||
kPointSize
> properties.limits.pointSizeRange[1])
in checkSupport()
H
A
D
vktMeshShaderBuiltinTestsEXT.cpp
1192
static constexpr float
kPointSize
= 4.0f;
member in vkt::MeshShader::__anon29321::PointSizeCase
1217
<< " gl_MeshVerticesEXT[0].gl_PointSize = " <<
kPointSize
<< ";\n"
in initPrograms()
local
1256
if (
kPointSize
< properties.limits.pointSizeRange[0] ||
kPointSize
> properties.limits.pointSizeRange[1])
in checkSupport()
/third_party/skia/third_party/externals/tint/src/transform/
H
A
D
canonicalize_entry_point_io.cc
348
{ctx.dst->Builtin(ast::Builtin::
kPointSize
)}, ctx.dst->Expr(1.f));
in AddVertexPointSize()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H
A
D
builder.cc
4269
case ast::Builtin::
kPointSize
:
in ConvertBuiltin()
Completed in 26 milliseconds