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

  /external/skia/include/effects/
Sk2DPathEffect.h 34 virtual void nextSpan(int u, int v, int ucount, SkPath* dst) const;
73 void nextSpan(int u, int v, int ucount, SkPath*) const override;
  /external/skia/src/effects/
Sk2DPathEffect.cpp 97 void SkLine2DPathEffect::nextSpan(int u, int v, int ucount, SkPath* dst) const {
98 if (ucount > 1) {
102 src[1].set(SkIntToScalar(u+ucount) + SK_ScalarHalf, SkIntToScalar(v) + SK_ScalarHalf);
  /system/security/keystore/
IKeystoreService.cpp 247 size_t ucount = count; local
252 chain.entries = reinterpret_cast<keymaster_blob_t*>(malloc(sizeof(keymaster_blob_t) * ucount));
258 memset(chain.entries, 0, sizeof(keymaster_blob_t) * ucount);
259 for (size_t i = 0; i < ucount; ++i) {
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
walk.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
walk.go     [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
walk.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
walk.go     [all...]

Completed in 341 milliseconds