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:numEdges
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/bench/
H
A
D
TopoSortBench.cpp
36
int
numEdges
= fRand.nextU() % (kMaxEdges+1);
variable
38
for (int j = 0; j <
numEdges
; ++j) {
/third_party/skia/src/utils/
H
A
D
SkPolyUtils.cpp
1206
unsigned int
numEdges
= 0;
in SkOffsetSimplePolygon()
local
1228
numEdges
+= std::max(numSteps, 1);
in SkOffsetSimplePolygon()
1231
numEdges
++;
in SkOffsetSimplePolygon()
1241
numEdges
+= std::max(numSteps, 1);
in SkOffsetSimplePolygon()
1245
// We shouldn't overflow
numEdges
, as SkComputeRadialSteps returns a max of 2^16-1,
in SkOffsetSimplePolygon()
1247
if (
numEdges
> (unsigned int)std::numeric_limits<int32_t>::max()) {
in SkOffsetSimplePolygon()
1252
SkSTArray<64, OffsetEdge> edgeData(
numEdges
);
in SkOffsetSimplePolygon()
1313
SkASSERT(edgeData.count() == (int)
numEdges
);
in SkOffsetSimplePolygon()
1316
unsigned int offsetVertexCount =
numEdges
;
in SkOffsetSimplePolygon()
1318
unsigned long long maxIterations = (unsigned long long)(
numEdges
) * numEdge
in SkOffsetSimplePolygon()
[all...]
/third_party/skia/src/gpu/tessellate/
H
A
D
StrokeFixedCountTessellator.cpp
225
int
numEdges
= StrokeFixedCountTessellator::NumFixedEdgesInJoin(joinType);
in worst_case_edges_in_join()
local
229
numEdges
+= std::max(SkScalarCeilToInt(numRadialSegmentsPerRadian * SK_ScalarPI) - 1, 0);
in worst_case_edges_in_join()
231
return
numEdges
;
in worst_case_edges_in_join()
391
// numSegments =
numEdges
- 1
in prepare()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H
A
D
vktTessellationInvarianceTests.cpp
1721
const int
numEdges
= m_caseDef.primitiveType == TESSPRIMITIVETYPE_TRIANGLES ? 3
in genTessLevelCases()
local
1734
for (int edgeNdx = 0; edgeNdx <
numEdges
; ++edgeNdx)
in genTessLevelCases()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H
A
D
vktTessellationInvarianceTests.cpp
1704
const int
numEdges
= m_caseDef.primitiveType == TESSPRIMITIVETYPE_TRIANGLES ? 3
in genTessLevelCases()
local
1717
for (int edgeNdx = 0; edgeNdx <
numEdges
; ++edgeNdx)
in genTessLevelCases()
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fTessellationTests.cpp
4914
const int
numEdges
= m_primitiveType == TESSPRIMITIVETYPE_TRIANGLES ? 3
4928
for (int edgeNdx = 0; edgeNdx <
numEdges
; edgeNdx++)
Completed in 21 milliseconds