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

  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
dotgraph.go 401 infoCopy := *info
402 infoCopy.Name = strings.Replace(infoCopy.Name, "::", `\n`, -1)
403 infoCopy.Name = strings.Replace(infoCopy.Name, ".", `\n`, -1)
404 if infoCopy.File != "" {
405 infoCopy.File = filepath.Base(infoCopy.File)
407 return strings.Join(infoCopy.NameComponents(), `\n`) + `\n`
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
dotgraph.go 401 infoCopy := *info
402 infoCopy.Name = strings.Replace(infoCopy.Name, "::", `\n`, -1)
403 infoCopy.Name = strings.Replace(infoCopy.Name, ".", `\n`, -1)
404 if infoCopy.File != "" {
405 infoCopy.File = filepath.Base(infoCopy.File)
407 return strings.Join(infoCopy.NameComponents(), `\n`) + `\n`
  /external/skia/src/pdf/
SkPDFGradientShader.cpp 737 SkShader::GradientInfo infoCopy = info;
744 inverseMapperMatrix.mapPoints(infoCopy.fPoint, 2);
745 infoCopy.fRadius[0] = inverseMapperMatrix.mapRadius(info.fRadius[0]);
746 infoCopy.fRadius[1] = inverseMapperMatrix.mapRadius(info.fRadius[1]);
750 linearCode(infoCopy, perspectiveInverseOnly, &functionCode);
753 radialCode(infoCopy, perspectiveInverseOnly, &functionCode);
756 twoPointConicalCode(infoCopy, perspectiveInverseOnly, &functionCode);
759 sweepCode(infoCopy, perspectiveInverseOnly, &functionCode);
    [all...]
  /external/skqp/src/pdf/
SkPDFGradientShader.cpp 737 SkShader::GradientInfo infoCopy = info;
744 inverseMapperMatrix.mapPoints(infoCopy.fPoint, 2);
745 infoCopy.fRadius[0] = inverseMapperMatrix.mapRadius(info.fRadius[0]);
746 infoCopy.fRadius[1] = inverseMapperMatrix.mapRadius(info.fRadius[1]);
750 linearCode(infoCopy, perspectiveInverseOnly, &functionCode);
753 radialCode(infoCopy, perspectiveInverseOnly, &functionCode);
756 twoPointConicalCode(infoCopy, perspectiveInverseOnly, &functionCode);
759 sweepCode(infoCopy, perspectiveInverseOnly, &functionCode);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSurfaceTests.cpp 541 VkPhysicalDeviceSurfaceInfo2KHR infoCopy;
543 deMemcpy(&infoCopy, &surfaceInfo, sizeof(VkPhysicalDeviceSurfaceInfo2KHR));
547 results.check(deMemoryEqual(&surfaceInfo, &infoCopy, sizeof(VkPhysicalDeviceSurfaceInfo2KHR)) == DE_TRUE, "Driver wrote into input struct");
    [all...]

Completed in 610 milliseconds